[git-buildpackage 1/2] move debian/ to branch debian
[iserv-mod-error-reporter.git] / debian / postrm
diff --git a/debian/postrm b/debian/postrm
deleted file mode 100755 (executable)
index e9338c4..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-#DEBHELPER#
-if [ "$1" = "purge" ]; then
-  echo
-  echo If you do not need the SQL tables anymore, remove them by running
-  echo '  psql -c "DROP TABLE mod_errorreporter;"'
-  echo After that, all error reports are unrecoverably deleted!
-  echo
-fi;
This page took 0.021733 seconds and 4 git commands to generate.