Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 0998d792554ccc3a7343ad22d0b29ddb > scriptlet

tomcat5-webapps-5.5.28-0.5.0.4mdv2010.2.noarch.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