summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/postinst9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 09f9dae..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-chown -R freeside /usr/local/etc/freeside
-/usr/sbin/update-rc.d freeside defaults 23 01
-/sbin/insserv -d
-rm -fr /usr/local/etc/freeside/masondata/*
-
-exit 0
-