summaryrefslogtreecommitdiffstats
path: root/desktop/gnome-colors/doinst.sh
blob: 46bc527bd90337cd2f06432768cbd7cbb2bfd470 (plain)
1
2
3
4
5
6
7
for theme in brave carbonite colors-common dust human illustrious noble tribute wine wise ; do
  if [ -e usr/share/icons/gnome-$theme/icon-theme.cache ]; then
    if [ -x /usr/bin/gtk-update-icon-cache ]; then
      /usr/bin/gtk-update-icon-cache usr/share/icons/gnome-$theme >/dev/null 2>&1
    fi
  fi
done