2 echo "Updating hicolor icon cache"
3 if [ -x /usr/bin/gtk-update-icon-cache ]; then
4 gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
6 if [ -x /usr/bin/xdg-icon-resource ]; then
7 xdg-icon-resource forceupdate --theme hicolor &> /dev/null
9 update-desktop-database -q