summaryrefslogtreecommitdiffstats
path: root/source/l/hicolor-icon-theme/setup.08.gtk-update-icon-cache
blob: a1b220b73bebf23433adc3d473aa1962c56d713a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#BLURB="Run gtk-update-icon-cache for hicolor theme."

# This is needed since XFce adds a few hicolor icons that would
# not otherwise be cached.  Really, I'm not sure the idea of
# caching icons is a good one -- the use of gtk-update-icon-cache
# could disappear from future install scripts.

# Update hicolor theme cache:
if [ -d usr/share/icons/hicolor ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    chroot . /usr/bin/gtk-update-icon-cache -f -t usr/share/icons/hicolor 1> /dev/null 2> /dev/null
  fi
fi