if [ "$CLIENT_BASEDIR" != "/usr" -a "$CLIENT_BASEDIR" != "/usr/gnome" ]; then
	echo "
For propper desktop integration you should add $CLIENT_BASEDIR/share
to your XDG_DATA_DIRS path env variable, if not already done. E.g.
add to your /etc/profile :

	XDG_DATA_DIRS=$CLIENT_BASEDIR/share:/usr/share:/usr/gnome/share

"
fi
