diff options
Diffstat (limited to 'textproc/apache-solr/pkg-deinstall')
-rw-r--r-- | textproc/apache-solr/pkg-deinstall | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/textproc/apache-solr/pkg-deinstall b/textproc/apache-solr/pkg-deinstall deleted file mode 100644 index 4f6e6ba6d654..000000000000 --- a/textproc/apache-solr/pkg-deinstall +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# -# Removes jetty war cache -# -if [ "$2" = "DEINSTALL" ]; then - rm -rf $PKG_PREFIX/share/examples/apache-solr/solr-webapp/* -fi |