1 2 3 4 5 6 7
#!/bin/sh # # Removes jetty war cache # if [ "$2" = "DEINSTALL" ]; then rm -rf $PKG_PREFIX/share/examples/apache-solr/solr-webapp/* fi