
    ------------------------------------------------------------------
    Un-Installing
    ------------------------------------------------------------------

        The entire package installs under one main directory where
	it creates subdirctories that it needs.  To uninstall the
	entire package, simply delete the contents of that main
	directory where you've unpacked the source files.

	A pretty sure way to do this is to get yourself into
	that directory with the cd command,

	example: cd /home/ircadmin/ircservices/main

	and issue a command to wipe out the entire directory
	and directory structure.  This can be a very dangerous
	command.  Please don't issue it unless you understand
	what you are doing.

	example: rm -Rf * ( very dangerous )

	or for windows

	deltree /y * ( very dangerous )

	or just use the windows explorer, select, right click, delete
	or just select and hit the delete key.  Geez, if you need this
	level of detail you probably shouldn't be running this program.

