mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
7 lines
214 B
Bash
7 lines
214 B
Bash
|
if [ -e /usr/share/icons/AdwaitaLegacy/icon-theme.cache ]; then
|
||
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||
|
/usr/bin/gtk-update-icon-cache /usr/share/icons/AdwaitaLegacy 1> /dev/null 2> /dev/null
|
||
|
fi
|
||
|
fi
|
||
|
|