Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > d1d9dcdd13f2fb7cbca9199df75c5a7a > scriptlet

gnome-colors-icon-theme-5.5.1-1.fc13.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