diff options
-rw-r--r-- | debian/postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index af0e7ee5c..67c08357c 100644 --- a/debian/postinst +++ b/debian/postinst @@ -2,5 +2,7 @@ chown -R freeside /usr/local/etc/freeside /usr/sbin/update-rc.d freeside defaults 23 01 +rm -fr /usr/local/etc/freeside/masondata/* + exit 0 |