# Config file stuff
if [ -e ${BBCONFFILE} ]; then
	message "Config file found! (${BBCONFFILE}) Skipping creation..."
else
	# Test for config directory existence
	if [ ! -e "${BBCONFDIR}" ]; then
		mkdir ${BBCONFDIR}
	fi
	cp -f ${SOURCE_DIRECTORY}/bashburnrc ${BBCONFFILE}
fi

message "Installation finished. Now start BashBurn with the"
message "command \033[1;36mbashburn\033[1;0m, and remember to"
message "configure it before trying to use it."
