Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > 924e59b5c6510e119d0cb8e5d242c205 > scriptlet

gnome-terminal-3.0.0-3.mga1.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/gconftool-2 ]; then 
SCHEMAS="" 
for SCHEMA in gnome-terminal ; do 
  SCHEMAS="$SCHEMAS /etc/gconf/schemas/$SCHEMA.schemas" 
done 
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` /usr/bin/gconftool-2 --makefile-uninstall-rule  $SCHEMAS > /dev/null || true ; fi

POSTIN

/bin/sh
if [ "$1" = "2" ]; then
	update-alternatives --remove xvt /usr/bin/gnome-terminal
fi