Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 6a09f0e1396350558e66836e2e8bb085 > scriptlet

gcc-c++-3.2.2-3mdk.ppc.rpm

POSTIN

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

POSTUN

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