RT# 80898 - added config option to allow for the changing of the name for credit...
[freeside.git] / debian / freeside-webui.postinst
1 #!/bin/sh
2
3 chown -R freeside /usr/local/etc/freeside
4 rm -fr  /usr/local/etc/freeside/masondata/*
5
6 #XXX systemd equivalent (start apache after postgres)
7 /sbin/insserv -d
8
9 exit 0
10