--- xampp.install 1970-01-01 04:13:08.000000000 -0500 +++ xampp-language.install 2010-11-11 23:46:54.835993771 -0500 @@ -1,8 +1,9 @@ post_install() { - echo "XAMPP is now installed below the /opt/lampp directory" - echo "To start, stop or restart XAMPP simply call the command:" - echo " lampp {start, stop, restart} or xampp {start, stop, restart}" - echo "Then you can check that everything really works, Just enter the following URL at your web browser:" + echo "XAMPP is now installed at /opt/lampp" + echo "To start, stop, or restart XAMPP, use one of the following:" + echo " lampp {start, stop, restart}" + echo " xampp {start, stop, restart}" + echo "To check that everything works, start XAMPP and visit the following URL:" echo " http://localhost" }