mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
d5583c368f
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
5 lines
190 B
Bash
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
|