Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > d68a21544e8834cce38be33ae8b35b2c > scriptlet

gnome-shell-2.31.5-7.fc14.i686.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/gnome-shell.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/gnome-shell.schemas \
    > /dev/null || :
fi
glib-compile-schemas --allow-any-name /usr/share/glib-2.0/schemas ||:

POSTIN

/bin/sh
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
    /etc/gconf/schemas/gnome-shell.schemas \
  > /dev/null || :

POSTTRANS

/bin/sh
glib-compile-schemas --allow-any-name /usr/share/glib-2.0/schemas ||: