Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > by-pkgid > 0e93be59310f4d2d11399d6719d5135b > scriptlet

gnome-terminal-2.0.1-7mdk.x86_64.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q || true ; fi
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-terminal.schemas > /dev/null 2>&1
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