Sophie

Sophie

distrib > Mageia > 4 > x86_64 > media > core-updates > by-pkgid > 2485fd751227d465966cec069ba9e5e2 > scriptlet

qt4-qtconfig-4.8.6-1.3.mga4.x86_64.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/bin/qtconfig qtconfig /usr/lib64/qt4/bin/qtconfig 20

POSTUN

/bin/sh
if ! [ -e /usr/lib64/qt4/bin/qtconfig ]; then
  update-alternatives --remove qtconfig /usr/lib64/qt4/bin/qtconfig
fi