blob: 6c7c1b11b5a503a4599aad10325205cc7f0449ed (
plain)
1
2
3
4
5
6
|
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
|