summaryrefslogtreecommitdiffstats
path: root/desktop/neutral/doinst.sh
blob: debef1c10370a7c1d8729d121263cbd0f15a1599 (plain)
1
2
3
4
5
6
if [ -e usr/share/icons/neutral/icon-theme.cache ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache -f usr/share/icons/neutral >/dev/null 2>&1
  fi
fi