PsychtoolboxPostInstallRoutine(isUpdate [, flavor])
Psychtoolbox post installation routine. You should not call this
function directly! This routine is called by
DownloadPsychtoolbox,
or
UpdatePsychtoolbox after a successfull download/update of
Psychtoolbox. The routine performs tasks that are common to
downloads and updates, so they can share their code/implementation.
As
PsychtoolboxPostInstallRoutine itself is downloaded or updated,
it can contain code specific to each Psychtoolbox revision/release
to perform special setup procedures for new features, to announce
important info to the user, whatever...
1. Clean up the Matlab/Octave path to Psychtoolbox: Remove unneeded .svn subfolders.
2. Contact the Psychtoolbox server to perform online registration of this
working copy of Psychtoolbox.
3. Add the
PsychJava subfolder to the static Matlab class-path if neccessary.
This enables the Java-based
GetChar support on Matlab.
Psychtoolbox/PsychtoolboxPostInstallRoutine.m