Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > 59097dc8eb2e5e1e539d89085447aacc > scriptlet

gcc3.3-cpp-3.3.6-2mdk.x86_64.rpm

POSTIN

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

POSTUN

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