slackbuilds_ponce/desktop/xfce4-cpugraph-plugin/doinst.sh

7 lines
190 B
Bash
Raw Normal View History

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