Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > media > main-updates > by-pkgid > 5b6313a01549502d24ff436a9b8b1fae > scriptlet

tomcat5-webapps-5.5.23-9.2.10.2mdv2008.0.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
    find /var/lib/tomcat5/webapps/jsp-examples/WEB-INF/lib  \
        -name '\[*\]*.jar' \
        -not -type d | xargs /bin/rm -f
fi

POSTIN

/bin/sh
# Create automated links - since all needed extensions may not have been
# installed for this jvm output is muted
build-jar-repository /var/lib/tomcat5/webapps/jsp-examples/WEB-INF/lib \
    jakarta-taglibs-core jakarta-taglibs-standard 2>&1
    if [ -x /usr/bin/rebuild-gcj-db ]; then /usr/bin/rebuild-gcj-db || true ; fi

POSTUN

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