mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
7 lines
190 B
Bash
7 lines
190 B
Bash
|
if [ -e usr/share/icons/neutral/icon-theme.cache ]; then
|
||
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||
|
/usr/bin/gtk-update-icon-cache usr/share/icons/neutral >/dev/null 2>&1
|
||
|
fi
|
||
|
fi
|
||
|
|