slackbuilds_ponce/desktop/wally/doinst.sh
Larry Hajali 8c1e37c0f0 desktop/wally: Updated for version 2.4.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-10-11 21:20:15 -05:00

6 lines
188 B
Bash

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