Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > b5651960ce0ec9fc7412e5bdf6bbaa2b > scriptlet

gnome-colors-icon-theme-5.5.1-2.fc15.noarch.rpm

POSTIN

/bin/sh
for dir in /usr/share/icons/*; do
  if test -d "$dir"; then
    if test -f "$dir/index.theme"; then
      /usr/bin/gtk-update-icon-cache --quiet "$dir" || :
    fi
  fi
done