Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 479624bc170fdc5c9c1261b94537e1e6 > scriptlet

flash-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/flash/share/apps/kdesktop/Desktop ]; then
  rm -rf /var/lib/mandriva/kde-profiles/flash/share/apps/kdesktop/Desktop
fi

POSTIN

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

POSTUN

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