Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > by-pkgid > 2ab7efeeb80e3dc4a248ec2d023f4e76 > scriptlet

gcc-g77-3.2-6mdk.x86_64.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/bin/g77 g77 /usr/bin/g77-3.2 10 --slave /usr/bin/f77 f77 /usr/bin/g77-3.2
[ -e /usr/bin/g77 ] || update-alternatives --auto g77

POSTUN

/bin/sh
if [ ! -f /usr/bin/g77-3.2 ]; then
  update-alternatives --remove g77 /usr/bin/g77-3.2
fi