Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > b5fd2a3a61ec2a053cab89c9781e9548 > scriptlet

gcc-java-2.96-0.62mdk.i586.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/bin/gcj gcj /usr/bin/gcj-2.96 10
# (gb) 2.96-0.60mdk: remove binary if not already alternativeszificated (primary is not a symlink)
[ ! -L /usr/bin/gcj ] && rm -f /usr/bin/gcj
[ -e /usr/bin/gcj ] || update-alternatives --auto gcj

POSTUN

/bin/sh
[ $1 = 0 ] || exit 0
update-alternatives --remove gcj /usr/bin/gcj-2.96