Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 39e508a6d97937555afd4e86be79be55 > scriptlet

geronimo-jaf-1.0.2-api-1.0-3.2mdv2007.0.i586.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
    /usr/sbin/update-alternatives --remove jaf /usr/share/java/geronimo-jaf-1.0.2-api.jar
fi

POSTIN

/bin/sh
/usr/sbin/update-alternatives --install /usr/share/java/jaf.jar jaf /usr/share/java/geronimo-jaf-1.0.2-api.jar 10002

Triggers

classpathx-jaf <= 0:1.0-2jpp_4rh

/bin/sh
# Remove file from old non-free packages
rm -f /usr/share/java/jaf.jar
# Recreate the link as update-alternatives could not do it
ln -s /etc/alternatives/jaf /usr/share/java/jaf.jar