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