Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 9ee0163dd9b791fef71d4c92cbae8b16 > scriptlet

aterm-0.4.2-2mdk.ppc.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/bin/aterm 25

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/aterm
fi