mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
094eb416dd
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
5 lines
187 B
Bash
5 lines
187 B
Bash
if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
|
/usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
|
|
fi
|
|
fi
|