Sophie

Sophie

distrib > CentOS > 5 > i386 > media > os > by-pkgid > 22bc8cae22ee6ee56024199dd952bb0a > scriptlet

redhat-artwork-5.1.0-28.el5.centos.i386.rpm

POSTIN

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

#Turn on gnome boot splash
if [ -x /usr/bin/gconftool-2 ]; then
  /usr/bin/gconftool-2 --set /apps/gnome-session/options/show_splash_screen --type bool true
fi