91851428ba6becedfad925a4262d2e2c8cf1f065
[iserv-mod-room-reservation.git] / debian / postrm
1 #!/bin/sh
2 psql -c "DELETE FROM log_module WHERE module='Room Reservation Schedule';"
3 chklocale
4
5 #DEBHELPER#
6
7 if [ "$1" = "purge" ]; then
8 echo
9 echo If you do not need the SQL tables anymore, remove them by running
10 echo ' psql -c "DROP TABLE mod_roomreservation_bookings;"'
11 echo After that, all bookings are unrecoverably deleted!
12 echo
13 fi;
This page took 0.040653 seconds and 3 git commands to generate.