aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/apache-solr/pkg-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/apache-solr/pkg-deinstall')
-rw-r--r--textproc/apache-solr/pkg-deinstall7
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