Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > dcbe53f8e4c783c7c34ba82008750766 > scriptlet

kdebase-konsole-3.5.4-2.1.20060mlcs4.x86_64.rpm

POSTIN

/bin/sh
/sbin/ldconfig
/usr/sbin/update-alternatives --install /usr/X11R6/bin/xvt xvt /usr/bin/konsole 35
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