summaryrefslogtreecommitdiffstats
path: root/desktop/gnome-icon-theme/doinst.sh
blob: 57b5ff777b52f0e3082f16ecbf1550fad8ea61e4 (plain)
if [ -e usr/share/icons/gnome/icon-theme.cache ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache usr/share/icons/gnome 1> /dev/null 2> /dev/null
  fi
fi