Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 845312c24917f56affb0177089fa5043 > scriptlet

gnome-shell-3.0.1-4.fc15.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 ||: