Add packages for jessie (java7/tomcat8)
[lui-solr.git] / debian / masterkey-lui-solr4-master-tomcat8.postrm
diff --git a/debian/masterkey-lui-solr4-master-tomcat8.postrm b/debian/masterkey-lui-solr4-master-tomcat8.postrm
new file mode 100644 (file)
index 0000000..c18f355
--- /dev/null
@@ -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