4
. /usr/share/debconf/confmodule
8
if [ "$1" = "purge" ]; then
9
[ -x /usr/sbin/update-devfsd ] && /usr/sbin/update-devfsd >&2
10
rm -f /etc/modprobe.d/lirc
11
# rm -f /etc/lircd.conf.old /etc/lircd.conf.new
14
#debhelper may use debconf stuff and update-devfsd restarts devfsd which
15
#doesn't close stdin/out/err properly.