summaryrefslogtreecommitdiff
path: root/debian/gator-daemon.postinst.debhelper
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-03-30 17:35:18 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-03-30 17:35:18 +0200
commit17c2f0dc0ca55e254fcd7829489757568b3225e7 (patch)
tree25b11e1b39d626151123a16f16f4b4ca38761609 /debian/gator-daemon.postinst.debhelper
Imported Upstream version 5.13.0HEADupstream/5.13.0master
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