RT# 83450 - added location to virtual ap and added script to force update of all...
[freeside.git] / debian / freeside.postinst
1 #!/bin/sh
2
3 #probably not needed with systemd
4 /usr/sbin/update-rc.d freeside defaults 23 01
5
6 chown -R freeside /usr/local/etc/freeside
7 rm -fr  /usr/local/etc/freeside/masondata/*
8
9 exit 0
10