Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 58f1ff1779ac432d8f3e4686bac71bab > scriptlet

gcc3.3-c++-3.3.6-3mdk.x86_64.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