aboutsummaryrefslogtreecommitdiff
path: root/textproc/apache-solr/pkg-deinstall
blob: 4f6e6ba6d6549371e612d6a245bfc3f4e5a8bd4b (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
#
# Removes jetty war cache
#
if [ "$2" = "DEINSTALL" ]; then
   rm -rf $PKG_PREFIX/share/examples/apache-solr/solr-webapp/*
fi