Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > 44574ae685cf1c43dc0ecde087c7a4d6 > scriptlet

kdebase-konsole-3.5.7-38mdv2008.0.i586.rpm

POSTIN

/bin/sh
/sbin/ldconfig
/usr/sbin/update-alternatives --install /usr/bin/xvt xvt /usr/bin/konsole 35
/usr/bin/fc-cache
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

/sbin/ldconfig
if [ "$1" = "0" ]; then
   /usr/sbin/update-alternatives --remove xvt /usr/bin/konsole
fi