Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 26240950989dd887c8dc04e1797ba66b > scriptlet

kdebase-konsole-3.5.9-37.2mdv2008.1.x86_64.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