SYSTEM=/usr/X/lib/classdb/system

cat $SYSTEM | grep Xemacs > /dev/null

if [ $? != 0 ]
then
	echo "INCLUDE Xemacs.cdb;" >> $SYSTEM
fi
