Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1be2b426e6d68340f818ce17b2bfaae8 > scriptlet

gcc3.3-cpp-3.3.6-4mdv2009.0.i586.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