moved .deb install and update scripts into new iservchk script
[iserv-mod-error-reporter.git] / debian / postrm
1 #!/bin/sh
2 #DEBHELPER#
3 if [ "$1" = "purge" ]; then
4 echo
5 echo If you do not need the SQL tables anymore, remove them by running
6 echo ' psql -c "DROP TABLE mod_errorreporter;"'
7 echo After that, all error reports are unrecoverably deleted!
8 echo
9 fi;
This page took 0.059718 seconds and 5 git commands to generate.