Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 4f4cc2dc6f12e6e8c9b4dfe70250f6ec > scriptlet

struts-webapps-tomcat5-1.2.9-7.12.fc12.i686.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