This commit was generated by cvs2svn to compensate for changes in r4407,
[freeside.git] / FS / bin / freeside-deloutsource
1 #!/bin/sh
2
3 domain=$1
4
5 dropdb $domain && \
6 rm -rf /usr/local/etc/freeside/conf.DBI:Pg:host=localhost\;dbname=$domain && \
7 rm -rf /usr/local/etc/freeside/counters.DBI:Pg:host=localhost\;dbname=$domain && \
8 rm -rf /usr/local/etc/freeside/cache.DBI:Pg:host=localhost\;dbname=$domain && \
9 rm -rf /usr/local/etc/freeside/export.DBI:Pg:host=localhost\;dbname=$domain && \
10 rm /usr/local/etc/freeside/dbdef.DBI:Pg:host=localhost\;dbname=$domain
11