summaryrefslogtreecommitdiff
path: root/debian/freeside.postinst
diff options
context:
space:
mode:
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
+