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
openSUSE Build Service is sponsored by