Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-updates > by-pkgid > dfc5d0f287ae424f04f3da1444921945 > 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