Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 74ecd5570956ce3166e7a80b7c649ff7 > scriptlet

kdebase-konsole-3.5.9-37.1mdv2008.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