summarylogtreecommitdiffstats
path: root/solr6-war.install
diff options
context:
space:
mode:
Diffstat (limited to 'solr6-war.install')
-rw-r--r--solr6-war.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/solr6-war.install b/solr6-war.install
new file mode 100644
index 000000000000..838af689fc8a
--- /dev/null
+++ b/solr6-war.install
@@ -0,0 +1,8 @@
+post_install() {
+ post_upgrade "$1"
+}
+
+post_upgrade() {
+ echo 'If used with solr-undertow, set solr.undertow.solrWarFile in the conf file (e.g. /etc/solr/default.conf)'
+ echo "to the path of the solr zip file (i.e. /usr/share/java/lib/solr/solr-${1%-*}.zip)."
+}