summaryrefslogtreecommitdiffstats
path: root/source/l/gnome-icon-theme/doinst.sh
blob: 35fc874cb9c8d31755dffc471b1981bc86b9a00f (plain) (blame)
1
2
3
4
5
6
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