moved db_user calls from includes to actual script, buggy when included from navigation
[iserv-mod-room-reservation.git] / debian / prerm
1 #!/bin/sh
2 if [ "$1" = "purge" ]; then
3 rm -f /usr/share/iserv/www/inc/mod_room-reservation/config.inc
4 fi;
5 #DEBHELPER#
This page took 0.050435 seconds and 5 git commands to generate.