slackbuilds_ponce/desktop/gnome-colors/doinst.sh
Eugene Wissner 8711b2a6ae desktop/gnome-colors: Misc tweaks ; email change
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-05-04 22:27:28 -05:00

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