Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > by-pkgid > a67df1c86f54ed43b0271333324bb5b2 > scriptlet

gcc-c++-3.2-6mdk.x86_64.rpm

POSTIN

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

POSTUN

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