summaryrefslogtreecommitdiff
path: root/debian/gator-daemon.postinst.debhelper
blob: a03bcd0bdd7ccff045c2f791c9085013175725bf (plain)
1
2
3
4
5
6
7
8
# Automatically added by dh_installinit
if [ -e "/etc/init/gator-daemon.conf" ]; then
	invoke-rc.d gator-daemon start || exit $?
fi
# End automatically added section
# Automatically added by dh_installinit
update-rc.d -f gator-daemon remove >/dev/null || exit $?
# End automatically added section