Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 0ec12d56400eda753bffd032bd26a9ef > scriptlet

gcc-c++-2.96-0.76mdk.i586.rpm

POSTIN

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

POSTUN

/bin/sh
[ $1 = 0 ] || exit 0
update-alternatives --remove g++ /usr/bin/g++-2.96