mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
6 lines
190 B
Bash
6 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
|