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