4fdf0bae0016f383013fa3c21ab7bbe8908a02c6
[iserv-mod-error-reporter.git] / debian / postrm
1 #!/bin/sh
2 psql -c "DELETE FROM log_module WHERE module='Error Report Assistant';"
3 chklocale
4
5 #DEBHELPER#
6
7 if [ "$1" = "purge" ]; then
8 echo
9 echo If you do not need the SQL tables anymore, remove them by running
10 echo ' psql -c "DROP TABLE mod_errorreporter;"'
11 echo After that, all error reports are unrecoverably deleted!
12 echo
13 fi;
This page took 0.043715 seconds and 3 git commands to generate.