Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > b4daf7c109571d8be178dc0fdf230a69 > scriptlet

chatzilla-gnome-0.9.86-2.1285hg.fc14.noarch.rpm

PREIN

/bin/sh
if [ "$1" -gt 1 ]; then
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/chatzilla.schemas >& /dev/null || :
fi

PREUN

/bin/sh
if [ "$1" -eq 0 ]; then
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/chatzilla.schemas >& /dev/null || :
fi

POSTIN

/bin/sh
# Install schema
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule /etc/gconf/schemas/chatzilla.schemas >& /dev/null || :