It means that it is going to add /usr/local/kde/bin to your enviroment variable, PATH. If you run the command echo $PATH, it will print out your path. The path is where the shell, probably bash, will look for commands that you type in. If it finds them, it will execute them otherwise you will get an error.
|