summarylogtreecommitdiffstats
path: root/compiz-gtk-remove-icon-cache.script
blob: 778173914a49e61b34b345175c4b99b55884feb4 (plain)
1
2
3
4
5
6
7
#!/bin/bash

while read -r f; do
  if [[ -d ${f}scalable ]]; then
    rm -f "${f}icon-theme.cache"
  fi
done