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