slackbuilds_ponce/desktop/cwp/doinst.sh

7 lines
188 B
Bash
Raw Normal View History

2010-05-13 00:57:35 +02:00
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