. /etc/rc.d/init.d/functions

if [ -f /usr/X11R6/bin/XF86_FBDev ]; then
	echo -n "Creating symlinks...	"
	ln -sf /usr/X11R6/bin/XF86_FBDev /etc/X11/X
	echo -n "Symlink creation complete."
	action "" /bin/true
else
	echo "	The Frame Buffer X server does not appear to be installed."
	echo "	Please install the RPM from the installation CD-ROM and"
	echo "	try again."
fi
