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
/
prerm
diff --git
a/debian/prerm
b/debian/prerm
index
da9ebee
..
c37b2f9
100755
(executable)
--- a/
debian/prerm
+++ b/
debian/prerm
@@
-1,11
+1,5
@@
#!/bin/sh
#!/bin/sh
-psql -c "DELETE FROM log_module WHERE module='Room Reservation Schedule';"
-chklocale
-
+if [ "$1" = "purge" ]; then
+ rm -f /usr/share/iserv/www/inc/mod_room-reservation/config.inc
+fi;
#DEBHELPER#
#DEBHELPER#
-
-@echo
-@echo If you do not need the SQL tables anymore, remove them by running
-@echo ' psql -c "DROP TABLE mod_roomreservation_bookings;"'
-@echo After that, all bookings are unrecoverably deleted!
-@echo
This page took
0.020658 seconds
and
4
git commands to generate.