Files
gsmartcontrol/debian.dist/postrm
T
2017-11-12 09:55:52 +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