Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > f6576d2ff2df4567a712fee2f41e0595 > scriptlet

kterm-6.2.0-27mdv2008.1.x86_64.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

update-alternatives --install /usr/X11R6/bin/xvt xvt /usr/X11R6/bin/kterm 15

POSTUN

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

if [ "$1" = "0" ]; then
    update-alternatives --remove xvt /usr/X11R6/bin/kterm
fi