projects
/
iserv-mod-room-reservation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
moved db_user calls from includes to actual script, buggy when included from navigation
[iserv-mod-room-reservation.git]
/
debian
/
postrm
diff --git
a/debian/postrm
b/debian/postrm
index
9185142
..
b98033e
100644
(file)
--- a/
debian/postrm
+++ b/
debian/postrm
@@
-6,8
+6,10
@@
chklocale
if [ "$1" = "purge" ]; then
echo
if [ "$1" = "purge" ]; then
echo
- echo If you do not need the SQL tables anymore, remove them by running
+ echo iserv-mod-roomreservation was removed. If you do not need the data in
+ echo the SQL tables anymore, you can remove them by running:
echo ' psql -c "DROP TABLE mod_roomreservation_bookings;"'
echo ' psql -c "DROP TABLE mod_roomreservation_bookings;"'
- echo After that, all bookings are unrecoverably deleted!
+ echo ' psql -c "DROP TABLE mod_roomreservation_roomswhitelist;"'
+ echo After that, all bookings and settings are unrecoverably deleted!
echo
fi;
echo
fi;
This page took
0.02038 seconds
and
4
git commands to generate.