summarylogtreecommitdiffstats
path: root/tomcat8-solr.install
blob: 35ab2fc426254af398578a31cd3b23b6f624a565 (plain)
1
2
3
4
5
6
7
post_install() {
    _tomver=8
    echo "After the tomcat$_tomver.service is activated for the first time with this package installed,"
    echo "configure solr's web.xml with at least a solr/home value at:"
    echo "  /usr/share/tomcat8/webapps/solr/WEB-INF/web.xml"
    echo "pointing to /etc/solr."
}