2 # postrm script for kinect-audio-setup
4 # see: dh_installdeb(1)
10 rm -rf /lib/firmware/kinect
11 # Because piuparts complains about /lib/firmware still there
12 rmdir --ignore-fail-on-non-empty -p /lib/firmware/
14 if [ -e /usr/share/debconf/confmodule ];
16 . /usr/share/debconf/confmodule
21 remove|upgrade|failed-upgrade|abort-upgrade|abort-install)
25 echo "postrm called with unknown argument \`$1'" >&2
30 # dh_installdeb will replace this with shell code automatically
31 # generated by other debhelper scripts.