fix TeleAPI import (what kind of crack was Christopher smoking that he couldn't fix...
[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