summarylogtreecommitdiffstats
path: root/solr6-war.install
diff options
context:
space:
mode:
authorJames An2016-08-17 13:50:00 -0400
committerJames An2016-08-17 13:50:00 -0400
commit98b039ae32064499f84d4189287878b3401927e8 (patch)
tree4b52cf729f9be5944ef8e6cf7d3da0a434da87db /solr6-war.install
downloadaur-solr6-war.tar.gz
Initial commit based on AUR package, solr5-zip.
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)."
+}