Version 0.5.1
[lui-solr3.git] / debian / masterkey-lui-solr3-master-tomcat6.postrm
1 #!/bin/sh -e
2
3 case "$1" in
4     purge|remove)
5         rm -f /etc/tomcat6/Catalina/localhost/solr.xml
6 #       rm -f /etc/tomcat6/policy.d/05harvester.policy
7         ;;
8     upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
9         ;;
10
11     *)
12         echo "postrm called with unknown argument \`$1'" >&2
13         exit 1
14 esac
15
16 #DEBHELPER#
17
18 exit 0