mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
8711b2a6ae
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
7 lines
309 B
Bash
7 lines
309 B
Bash
for theme in brave carbonite colors-common dust human illustrious noble tribute wine wise ; do
|
|
if [ -e usr/share/icons/gnome-$theme/icon-theme.cache ]; then
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
|
/usr/bin/gtk-update-icon-cache usr/share/icons/gnome-$theme >/dev/null 2>&1
|
|
fi
|
|
fi
|
|
done
|