summaryrefslogtreecommitdiffstats
path: root/desktop/papirus-icon-theme/doinst.sh.in
blob: fe41c427bf2cfc69a95dc2a8861dbacde6e722b7 (plain)
for theme in @THEMES@; do
  if [ -e usr/share/icons/$theme/icon-theme.cache ]; then
    if [ -x /usr/bin/gtk-update-icon-cache ]; then
      /usr/bin/gtk-update-icon-cache -f usr/share/icons/$theme >/dev/null 2>&1
    fi
  fi
done