svn: r1157
This commit is contained in:
Eli Barzilay 2005-10-25 17:45:39 +00:00
parent 18e473ceee
commit f0e49143d5

View File

@ -136,10 +136,11 @@ Additional "info.ss" fields trigger additional setup actions:
right after the `install-collection' procedure is executed. The right after the `install-collection' procedure is executed. The
only difference between these is that the `--no-install' flag can only difference between these is that the `--no-install' flag can
be used to disable the previous two installers, but not this one. be used to disable the previous two installers, but not this one.
It is therefore expected to do perform operations that are always It is therefore expected to perform operations that are always
needed to be done (even after installation that contains needed, even after an installation that contains pre-compiled
pre-compiled files). The provided procedure should be named files. The provided procedure should be named `post-installer' in
`post-installer' in this case so it can share the same file. this case so it can be provided by the same file that provides the
previous two.
> clean - a list of pathnames to be deleted when the --clean or -c > clean - a list of pathnames to be deleted when the --clean or -c
flag is passed to Setup PLT. The pathnames must be relative to the flag is passed to Setup PLT. The pathnames must be relative to the