X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=blobdiff_plain;f=debian%2Fmasterkey-lui-solr4-master-tomcat8.postrm;fp=debian%2Fmasterkey-lui-solr4-master-tomcat8.postrm;h=c18f355181dc1a8f31e684025d3093a558af2264;hp=0000000000000000000000000000000000000000;hb=e21cbf11953d1d1df240906b9dd428d9b7bc6393;hpb=204d56e206c8d9a1f4309b742bce1e2adde84e29 diff --git a/debian/masterkey-lui-solr4-master-tomcat8.postrm b/debian/masterkey-lui-solr4-master-tomcat8.postrm new file mode 100644 index 0000000..c18f355 --- /dev/null +++ b/debian/masterkey-lui-solr4-master-tomcat8.postrm @@ -0,0 +1,18 @@ +#!/bin/sh -e + +case "$1" in + purge|remove) + rm -f /etc/tomcat8/Catalina/localhost/solr4.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