moved .deb install and update scripts into new iservchk script
[iserv-mod-error-reporter.git] / debian / postrm
index 4fdf0ba..e9338c4 100755 (executable)
@@ -1,9 +1,5 @@
 #!/bin/sh
-psql -c "DELETE FROM log_module WHERE module='Error Report Assistant';"
-chklocale
-
 #DEBHELPER#
-
 if [ "$1" = "purge" ]; then
   echo
   echo If you do not need the SQL tables anymore, remove them by running
This page took 0.02136 seconds and 4 git commands to generate.