File compiz-gtk-remove-icon-cache.script of Package compiz-core-git
#!/bin/bash while read -r f; do if [[ -d ${f}scalable ]]; then rm -f "${f}icon-theme.cache" fi done
#!/bin/bash while read -r f; do if [[ -d ${f}scalable ]]; then rm -f "${f}icon-theme.cache" fi done