projects
/
iserv-mod-error-reporter.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
trivial fix for PHP >= 5.3, thanks to Martin von Wittich
[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.048623 seconds
and
5
git commands to generate.