X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/blobdiff_plain/05d6656ed3822ab80a5f3c0eef0072fb349a7008..aad8ad57a1545efeda8c2888a5d85c61a7f1cbbf:/debian/prerm diff --git a/debian/prerm b/debian/prerm index 56d96db..c37b2f9 100755 --- a/debian/prerm +++ b/debian/prerm @@ -1,17 +1,5 @@ #!/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# - -if [ "$1" = "purge" ]; then - 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 -fi;