blob: 9b0defbe98aab48b3dcda6931e6b0a55d4e0e291 (
plain) (
tree)
|
|
for i in HighContrast Adwaita ; do
if [ -e usr/share/icons/$theme/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/$theme >/dev/null 2>&1
fi
fi
done
|