summaryrefslogtreecommitdiffstats
path: root/desktop/suru-plus-icon-theme/doinst.sh
blob: 4110f5514d7caad31e7e4223a36479cbe6406ce2 (plain)
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
  fi
fi