RT# 77498 - Customer Import now uses contact/Import.pm rather than contact_import.pm
[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