X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/blobdiff_plain/a9b75f96fd7597473097c8ed993612bc3dc35a73..01059e3a2180c313aaba8af5df13018585532e2f:/debian/prerm diff --git a/debian/prerm b/debian/prerm new file mode 100755 index 0000000..c39b7de --- /dev/null +++ b/debian/prerm @@ -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