Files
gsmartcontrol/debian.dist/postinst
T
2017-09-07 15:08:03 +00:00

15 lines
203 B
Bash

#!/bin/sh
set -e
if test -x /usr/bin/update-menus; then update-menus; fi
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0