if which gtk-update-icon-cache >/dev/null 2>&1; then
	for dir in #DIRLIST#; do
		gtk-update-icon-cache --force --quiet "$dir" || true
	done
fi
