Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 7f4d9974f390335d38984f7c7d304628 > scriptlet

inkscape-0.48.1-1.fc14.1.x86_64.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  for theme in hicolor; 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
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  for theme in hicolor; 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