Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 2533a3f5cfdf15b68a355dace76d263e > scriptlet

gcc-c++-4.4.3-2mnb2.x86_64.rpm

POSTIN

/bin/sh
/usr/sbin/update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.4.3 300404 --slave /usr/bin/c++ c++ /usr/bin/g++-4.4.3
[ -e /usr/bin/g++ ] || /usr/sbin/update-alternatives --auto g++

POSTUN

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