Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > 35836f94d463754672f37a768bc94fd4 > scriptlet

ion-metadome-20020605-1mdk.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
: