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=0000000000000000000000000000000000000000;hp=c18f355181dc1a8f31e684025d3093a558af2264;hb=5896b3e5ff071c0f92650413166e3bd6b7509ba6;hpb=87e1dcc53b623a814a7020ba58ede9b089dd1996 diff --git a/debian/masterkey-lui-solr4-master-tomcat8.postrm b/debian/masterkey-lui-solr4-master-tomcat8.postrm deleted file mode 100644 index c18f355..0000000 --- a/debian/masterkey-lui-solr4-master-tomcat8.postrm +++ /dev/null @@ -1,18 +0,0 @@ -#!/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