added debian packaging files
[iserv-mod-room-reservation.git] / debian / prerm
diff --git a/debian/prerm b/debian/prerm
new file mode 100755 (executable)
index 0000000..c39b7de
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+psql -c "DELETE FROM log_module WHERE module='Room Reservation Schedule';"
+chklocale
+
+@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.020383 seconds and 4 git commands to generate.