Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release > by-pkgid > c9e20eee29c4adb39d23ef0d6bf74a54 > scriptlet

one-kde-config-2009.0-8mdv2009.0.noarch.rpm

PREIN

/bin/sh
if [ "$1" = "2" ]; then
	[ ! -h /etc/kderc ] && rm -f /etc/kderc ]
fi
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