Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 54cfa5a3aae5ee4ef43061a8c1f33a42 > scriptlet

gnome-shell-3.2.2.1-1.fc16.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 ||: