slackbuilds_ponce/desktop/cheser-icon-theme/doinst.sh
Roberto Neri cad5bb1239 desktop/cheser-icon-theme: Added (Tango-style icons for Xfce)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-06-05 03:17:41 -05: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