Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates > by-pkgid > 6481244e2c03ea2f06209de9d1e5610b > scriptlet

broffice.org-brand-3.2.0-12.35.fc13.i686.rpm

POSTIN

/bin/sh
update-desktop-database /usr/share/applications &> /dev/null || :
update-mime-database /usr/share/mime &> /dev/null || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  for theme in hicolor locolor; do
    if test -d "/usr/share/icons/$theme"; then
      if test -f "/usr/share/icons/$theme/index.theme"; then
        touch --no-create /usr/share/icons/$theme
        gtk-update-icon-cache -q /usr/share/icons/$theme
      fi
    fi
  done
fi

POSTUN

/bin/sh
update-desktop-database /usr/share/applications &> /dev/null || :
update-mime-database /usr/share/mime &> /dev/null || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  for theme in hicolor locolor; do
    if test -d "/usr/share/icons/$theme"; then
      if test -f "/usr/share/icons/$theme/index.theme"; then
        touch --no-create /usr/share/icons/$theme
        gtk-update-icon-cache -q /usr/share/icons/$theme
      fi
    fi
  done
fi