Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > ef562fcb9b3e81c4382dd992bcdbc627 > scriptlet

fedora-logos-13.0.1-1.fc13.noarch.rpm

POSTIN

/bin/sh
touch --no-create /usr/share/icons/hicolor || :
touch --no-create /usr/share/icons/Bluecurve || :
touch --no-create /usr/share/icons/Fedora || :
touch --no-create /usr/share/kde-settings/kde-profile/default/share/icons/Fedora-KDE ||:
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  if [ -f /usr/share/icons/hicolor/index.theme ]; then
    gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :
  fi
  if [ -f /usr/share/icons/Bluecurve/index.theme ]; then
    gtk-update-icon-cache --quiet /usr/share/icons/Bluecurve || :
  fi
  if [ -f /usr/share/icons/Fedora/index.theme ]; then
    gtk-update-icon-cache --quiet /usr/share/icons/Fedora || :
  fi
fi