X-Git-Url: https://git.rohieb.name/iserv-mod-error-reporter.git/blobdiff_plain/00f745bf3765e88988b8ea1f6fe91119a6be1a3a..d407054d9d08b1cc259f67821d0a59d8bdfd5e13:/debian/postrm diff --git a/debian/postrm b/debian/postrm deleted file mode 100755 index e9338c4..0000000 --- a/debian/postrm +++ /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;