  ./install --prefix=/opt	                                                    &&
  for APP in swriter scalc sdraw simpress smath soffice
  do rm -f /usr/bin/$APP                                &&
     ln -sf $TRACK_ROOT/opt/openoffice/program/$APP /usr/bin/$APP
  done