Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > 19f219f1a7868dac68b971de3a97b5b1 > scriptlet

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

POSTIN

/bin/sh
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-3.3.6 200303
[ -e /usr/bin/gcc ] || update-alternatives --auto gcc

POSTUN

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