Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-updates > by-pkgid > 015e8889976b2c6d910e3711a08b5b24 > scriptlet

rxvt-2.7.10-17.1mdv2008.1.x86_64.rpm

POSTIN

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

update-alternatives --install /usr/bin/xvt xvt /usr/bin/rxvt 20

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/bin/rxvt
fi