Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > 0fc97559c796dff8beb87821360818d8 > scriptlet

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

POSTIN

/bin/sh
update-alternatives --install /usr/bin/gcc gcc /usr/bin/colorgcc-3.2 20
update-alternatives --install /usr/bin/g++ g++ /usr/bin/colorg++-3.2 20 \
                      --slave /usr/bin/c++ c++ /usr/bin/colorg++-3.2

POSTUN

/bin/sh
if [ ! -f /usr/bin/colorgcc-3.2 ]; then
  update-alternatives --remove gcc /usr/bin/colorgcc-3.2
  update-alternatives --remove g++ /usr/bin/colorg++-3.2
fi