summaryrefslogtreecommitdiffstats
path: root/desktop/gnome-icon-theme/doinst.sh
blob: 35fc874cb9c8d31755dffc471b1981bc86b9a00f (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