blob: 9b0defbe98aab48b3dcda6931e6b0a55d4e0e291 (
plain)
1
2
3
4
5
6
7
8
|
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
|