summaryrefslogtreecommitdiff
path: root/debian/freeside.postinst
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-01-24 09:08:44 -0800
committerIvan Kohler <ivan@freeside.biz>2018-01-24 09:08:44 -0800
commiteae8b9339f725d7780c306346e85f84dd2dad87d (patch)
tree0dec95d0cc1f7514a18398655591830881b1cdc8 /debian/freeside.postinst
parent07d0dd4182a5fe71abea53f79e8f5699f8caaea8 (diff)
fix postinst?
Diffstat (limited to 'debian/freeside.postinst')
-rw-r--r--debian/freeside.postinst7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/freeside.postinst b/debian/freeside.postinst
new file mode 100644
index 000000000..bdbb7a8d6
--- /dev/null
+++ b/debian/freeside.postinst
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+#probably not needed with systemd
+/usr/sbin/update-rc.d freeside defaults 23 01
+
+exit 0
+