Files
gsmartcontrol/debian.dist/postrm
T
2017-06-16 13:18:30 +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