Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > a59c4fea8c4d890af4054f9a99fd937a > scriptlet

gnome-utils-3.2.1-2.fc16.i686.rpm

PREIN

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

PREUN

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

POSTIN

/bin/sh
/sbin/ldconfig
update-desktop-database -q
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
   /etc/gconf/schemas/gnome-search-tool.schemas \
      >& /dev/null || :
touch --no-create /usr/share/icons/hicolor >&/dev/null || :

POSTUN

/bin/sh
/sbin/ldconfig
update-desktop-database -q
if [ $1 -eq 0 ]; then
  touch --no-create /usr/share/icons/hicolor >&/dev/null || :
  gtk-update-icon-cache -q /usr/share/icons/hicolor >&/dev/null || :
fi
glib-compile-schemas /usr/share/glib-2.0/schemas ||:

POSTTRANS

/bin/sh
gtk-update-icon-cache -q /usr/share/icons/hicolor >&/dev/null || :
glib-compile-schemas /usr/share/glib-2.0/schemas ||: