Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > c1e79092d537deb277c1ab426e268753 > scriptlet

qt4-qtconfig-4.8.7-15.1.mga6.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