addde .buildpath to hgignore; new .project; chklocale from testing (9.02.20) bothers...
[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.039074 seconds and 5 git commands to generate.