Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 163a708aff7f7df54ef7d1d15af16537 > scriptlet

gnome-core-1.4.0.6-12mdk.i586.rpm

POSTIN

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

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

if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update || true ; fi
update-alternatives --install /usr/X11R6/bin/xvt xvt /usr/bin/gnome-terminal 10

POSTUN

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

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

if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update || true ; fi
if [ "$1" = "0" ]; then
		update-alternatives --remove xvt /usr/bin/gnome-terminal
fi