Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 33c829941ea835cf34e2519249c35452 > scriptlet

generic-logos-14.0.1-1.fc14.noarch.rpm

POSTIN

/bin/sh
touch --no-create /usr/share/icons/Fedora || :
touch --no-create /usr/share/icons/Fedora-KDE ||:

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
touch --no-create /usr/share/icons/Fedora || :
touch --no-create /usr/share/icons/Fedora-KDE ||:
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  if [ -f /usr/share/icons/Fedora/index.theme ]; then
    gtk-update-icon-cache --quiet /usr/share/icons/Fedora || :
  fi
  if [ -f /usr/share/icons/Fedora-KDE/index.theme ]; then
    gtk-update-icon-cache --quiet /usr/share/icons/Fedora-KDE/index.theme || :
  fi
fi
fi

POSTTRANS

/bin/sh
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  if [ -f /usr/share/icons/Fedora/index.theme ]; then
    gtk-update-icon-cache --quiet /usr/share/icons/Fedora || :
  fi
  if [ -f /usr/share/icons/Fedora-KDE/index.theme ]; then
    gtk-update-icon-cache --quiet /usr/share/icons/Fedora-KDE/index.theme || :
  fi
fi