Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 8149d9751fa55a9f997369482b8f5f26 > scriptlet

gnome-shell-2.31.5-7.fc14.x86_64.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 ||: