Added tag REL_8.08.07 for changeset 58e97cf1f20477b4fe076638d4987b094c269d01
[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.041116 seconds and 5 git commands to generate.