config migration to /etc/iserv/config, hgignored build files
[iserv-mod-error-reporter.git] / debian / prerm
1 #!/bin/sh
2 if [ "$1" = "purge" ]; then
3 rm -f /usr/share/iserv/www/inc/mod_error-reporter/config.inc
4 fi;
5
6 #DEBHELPER#
This page took 0.050674 seconds and 5 git commands to generate.