slackbuilds_ponce/desktop/boston-icon-theme/doinst.sh
Azure Zanculmarktum d5583c368f desktop/boston-icon-theme: Added (icon theme).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-03-19 20:59:51 +00:00

5 lines
190 B
Bash

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