Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > b6530cb3ef1866a61cfdbfea258c8b0f > scriptlet

gcc-cpp-3.2-6mdk.x86_64.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/bin/cpp cpp /usr/bin/cpp-3.2 10 --slave /lib/cpp lib_cpp /usr/bin/cpp-3.2
[ -e /usr/bin/cpp ] || update-alternatives --auto cpp

POSTUN

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