Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 39e41832eca46d230dc6e891ad54f8d8 > scriptlet

inkscape-0.48.0-1.fc14.3.i686.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