Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 8c658b38139537f7f2cde123f13cdc67 > scriptlet

gnome-terminal-2.4.2-2mdk.i586.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
 GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-terminal.schemas > /dev/null
fi

POSTIN

/bin/sh
if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q || true ; fi
if [ -x /usr/bin/yelp-pregenerate ]; then /usr/bin/yelp-pregenerate /usr/share/gnome/help/gnome-terminal/*/gnome-terminal.xml > /dev/null || true ; fi
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-terminal.schemas > /dev/null
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

update-alternatives --install /usr/X11R6/bin/xvt xvt /usr/bin/gnome-terminal 10

POSTUN

/bin/sh
if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q || true ; fi
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/gnome-terminal
fi