2 # postinst script for kinect-audio-setup
4 # see: dh_installdeb(1)
8 . /usr/share/debconf/confmodule
12 db_get kinect-audio-setup/accept_eula
13 if [ "$RET" = "false" ]; then
14 db_input high kinect-audio-setup/eula_not_accepted || true
17 kinect_fetch_fw /lib/firmware/kinect /usr/sbin/kinect_upload_fw 1>&2 || true
18 udevadm control --reload-rules || true
22 abort-upgrade|abort-remove|abort-deconfigure)
26 echo "postinst called with unknown argument \`$1'" >&2
31 # dh_installdeb will replace this with shell code automatically
32 # generated by other debhelper scripts.