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/
15 remove|upgrade|failed-upgrade|abort-upgrade|abort-install)
19 echo "postrm called with unknown argument \`$1'" >&2
24 # dh_installdeb will replace this with shell code automatically
25 # generated by other debhelper scripts.