Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 7fd1b258a7b1df7f2d883cfcee89fbe5 > scriptlet

geronimo-j2ee-deployment-1.1-api-1.0-3.2mdv2007.0.i586.rpm

PREUN

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

POSTIN

/bin/sh
/usr/sbin/update-alternatives --install /usr/share/java/j2ee-deployment.jar j2ee-deployment /usr/share/java/geronimo-j2ee-deployment-1.1-api.jar 10100

Triggers

j2ee-deployment <= 0:1.1-1jpp_1rh

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