summaryrefslogtreecommitdiff
path: root/debian/freeside.postinst
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-01-24 09:08:55 -0800
committerIvan Kohler <ivan@freeside.biz>2018-01-24 09:08:55 -0800
commit86ab93725f1e7b0cf6f88bea5370bc35a20b08a5 (patch)
tree303523fce1b3313668d98bcc31245afc1c5c2bff /debian/freeside.postinst
parent274dceef8a42ae197e220e42af300791687f305e (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 0000000..bdbb7a8
--- /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
+