projects
/
iserv-mod-error-reporter.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e9338c4eb4c4c3e1b1898e504080a71b6d9bea57
[iserv-mod-error-reporter.git]
/
debian
/
postrm
1
#!/bin/sh
2
#DEBHELPER#
3
if
[
"
$1
"
=
"purge"
];
then
4
echo
5
echo
If you
do
not need the SQL tables anymore
,
remove them by running
6
echo
' psql -c "DROP TABLE mod_errorreporter;"'
7
echo
After that
,
all error reports are unrecoverably deleted
!
8
echo
9
fi
;
This page took
0.039938 seconds
and
3
git commands to generate.