Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 18f4435164aeaee67f79506da0f62ecc > scriptlet

broffice.org-brand-3.2.0-12.16.fc13.x86_64.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