slackbuilds_ponce/desktop/kde-gtk-config/doinst.sh
Heinz Wiesinger 5f12909b50 desktop/kde-gtk-config: Update hicolor icon-cache in doinst.sh.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2013-11-22 17:46:10 -06:00

6 lines
190 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