Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 76067ee089259d70b0aac79ec61198e6 > scriptlet

struts-webapps-tomcat5-1.2.9-4jpp.8.el5_10.i386.rpm

PREUN

/bin/sh
for webapp in blank documentation example examples tiles-documentation; do
rm -f /var/lib/tomcat5/webapps/struts-$webapp/WEB-INF/lib/*
done

POSTIN

/bin/sh
for webapp in blank documentation example examples tiles-documentation; do
build-jar-repository -s -p /var/lib/tomcat5/webapps/struts-$webapp/WEB-INF/lib commons-beanutils commons-digester commons-fileupload commons-validator oro
ln -s /usr/share/java/struts.jar /var/lib/tomcat5/webapps/struts-$webapp/WEB-INF/lib
done

if [ -x /usr/bin/rebuild-gcj-db ]
then
  /usr/bin/rebuild-gcj-db
fi

POSTUN

/bin/sh
if [ -x /usr/bin/rebuild-gcj-db ]
then
  /usr/bin/rebuild-gcj-db
fi