#!/bin/sh psql -c "DELETE FROM log_module WHERE module='Room Reservation Schedule';" chklocale #DEBHELPER# if [ "$1" = "purge" ]; then echo echo iserv-mod-roomreservation was removed. If you do not need the data in echo the SQL tables anymore, you can remove them by running: echo ' psql -c "DROP TABLE mod_roomreservation_bookings;"' echo ' psql -c "DROP TABLE mod_roomreservation_roomswhitelist;"' echo After that, all bookings and settings are unrecoverably deleted! echo fi;