db-move: moved xdg-desktop-portal-gnome from [testing] to [extra] (x86_64)
[arch-packages.git] / gtk4 / trunk / gtk-update-icon-cache.script
blobee0f1d12d0b7bb5e68a922ef172da57b076e48f3
1 #!/bin/bash
3 while read -r f; do
4 if [[ -e ${f}index.theme ]]; then
5 gtk-update-icon-cache -q "$f"
6 elif [[ -d $f ]]; then
7 rm -f "${f}icon-theme.cache"
8 rmdir --ignore-fail-on-non-empty "$f"
9 fi
10 done