Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5bc7a639d8ae5f2e2d603e5af0ec3750 > scriptlet

gcc3.3-c++-3.3.6-4mdv2009.0.i586.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-3.3.6 200303 --slave /usr/bin/c++ c++ /usr/bin/g++-3.3.6
[ -e /usr/bin/g++ ] || update-alternatives --auto g++

POSTUN

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