mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
0675b31b50
Signed-off-by: B. Watson <yalhcru@gmail.com>
8 lines
232 B
Bash
8 lines
232 B
Bash
for theme in @THEMES@; do
|
|
if [ -e usr/share/icons/$theme/icon-theme.cache ]; then
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
|
/usr/bin/gtk-update-icon-cache -f usr/share/icons/$theme >/dev/null 2>&1
|
|
fi
|
|
fi
|
|
done
|
|
|