Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > f09157ab918ba6ef0c54bfda66c944c8 > scriptlet

gcc-3.2-6mdk.x86_64.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-3.2 10
[ -e /usr/bin/gcc ] || update-alternatives --auto gcc

POSTUN

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