Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 4e4f1aa62ad11c97e7209ce35c029079 > scriptlet

one-kde-config-2008.0-29.1mdv2008.0.noarch.rpm

PREIN

/bin/sh
if [ -d /var/lib/mandriva/kde-profiles/one/share/apps/kdesktop/Desktop ]; then
  rm -rf /var/lib/mandriva/kde-profiles/one/share/apps/kdesktop/Desktop
fi

POSTIN

/bin/sh
update-alternatives --install /etc/kderc kde-config /var/lib/mandriva/kde-profiles/one/kderc 10

POSTUN

/bin/sh
if ! [ -e /var/lib/mandriva/kde-profiles/one/kderc ]; then
  update-alternatives --remove kde-config /var/lib/mandriva/kde-profiles/one/kderc
fi