Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > eb743d3109722cacd47145e3a0712bc0 > scriptlet

gcc3.3-c++-3.3.6-8.mga3.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