slackbuilds_ponce/misc/gxmessage/doinst.sh
slakmagik 1d0419e752 Various: whitespace cleanups
All trailing whitespace (either at EOL or as entire last line) was
removed except in slack-desc files where all of them were made to
leave a trailing space after the 'blank' colons.

This only affects the builds that I maintain.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-07-03 15:52:10 -05:00

5 lines
189 B
Bash

if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi