Makefile: moved all root-related stuff to install target
[iserv-mod-room-reservation.git] / debian / prerm
1 #!/bin/sh
2 psql -c "DELETE FROM log_module WHERE module='Room Reservation Schedule';"
3 chklocale
4
5 #DEBHELPER#
6
7 @echo
8 @echo If you do not need the SQL tables anymore, remove them by running
9 @echo ' psql -c "DROP TABLE mod_roomreservation_bookings;"'
10 @echo After that, all bookings are unrecoverably deleted!
11 @echo
This page took 0.064372 seconds and 5 git commands to generate.