2 # postrm script for kinect-audio-setup
4 # see: dh_installdeb(1)
10 rm -rf /lib/firmware/kinect
12 if [ -e /usr/share/debconf/confmodule ];
14 . /usr/share/debconf/confmodule
19 remove|upgrade|failed-upgrade|abort-upgrade|abort-install)
23 echo "postrm called with unknown argument \`$1'" >&2
28 # dh_installdeb will replace this with shell code automatically
29 # generated by other debhelper scripts.