#!/bin/bash

set -e
case "$1" in
    remove|upgrade)
        rm /etc/modprobe.d/blacklist-ums-realtek-mmc.conf
        update-initramfs -u
	;;
esac

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0
