Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 9f71877daa617a0bfca9d48e95eaf03c > scriptlet

gcc3.3-g77-3.3.6-3mdk.x86_64.rpm

POSTIN

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

POSTUN

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