X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Fmasterkey-lui-solr4-slave-tomcat8.postrm;fp=debian%2Fmasterkey-lui-solr4-slave-tomcat8.postrm;h=392370a6767d0cf1d3fab2493ebb823d1b7a6da8;hb=e21cbf11953d1d1df240906b9dd428d9b7bc6393;hp=0000000000000000000000000000000000000000;hpb=204d56e206c8d9a1f4309b742bce1e2adde84e29;p=lui-solr.git diff --git a/debian/masterkey-lui-solr4-slave-tomcat8.postrm b/debian/masterkey-lui-solr4-slave-tomcat8.postrm new file mode 100644 index 0000000..392370a --- /dev/null +++ b/debian/masterkey-lui-solr4-slave-tomcat8.postrm @@ -0,0 +1,18 @@ +#!/bin/sh -e + +case "$1" in + purge|remove) + rm -f /etc/tomcat8/Catalina/localhost/solr4-slave.xml +# rm -f /etc/tomcat8/policy.d/05harvester.policy + ;; + upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 +esac + +#DEBHELPER# + +exit 0