Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > f753cf15645d4eb12501c7b8d6da6c7a > scriptlet

ion-metadome-20020605-3mdk.i586.rpm

POSTIN

/bin/sh
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi 

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

update-alternatives --install /usr/X11R6/bin/ion ion /usr/X11R6/bin/ion-metadome-wrapper 10
:

POSTUN

/bin/sh
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi 

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

[ $1 = 0 ] || exit 0
update-alternatives --remove ion /usr/X11R6/bin/ion-metadome-wrapper
: