repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
db-move: moved xdg-desktop-portal-gnome from [testing] to [extra] (x86_64)
[arch-packages.git]
/
gtk4
/
trunk
/
gtk-update-icon-cache.script
blob
ee0f1d12d0b7bb5e68a922ef172da57b076e48f3
1
#!/bin/bash
2
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