summaryrefslogtreecommitdiff
path: root/debian/gator-daemon.postinst.debhelper
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gator-daemon.postinst.debhelper')
-rw-r--r--debian/gator-daemon.postinst.debhelper8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/gator-daemon.postinst.debhelper b/debian/gator-daemon.postinst.debhelper
new file mode 100644
index 0000000..a03bcd0
--- /dev/null
+++ b/debian/gator-daemon.postinst.debhelper
@@ -0,0 +1,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