|
From: Laszlo K. <las...@su...> - 2000-11-14 16:29:35
|
> How large? > > Installing the documentation and running a scrollkeeper command should be > as trivial as installing a new library and having to run ldconfig after > the install. Each would be described by a separate metadata file (or it can be one only for the whole package). A script has to be run at postinstall that changes the url(s) in the metadata file to the final installed path of the doc. Then the scrollkeeper-update binary has to be run. Hopefully I did not forget anything. This can be from 2 lines to (the number of docs + 1) lines in the postinstall script, depending on whether one big metadata file is used for the package or a separate one for each doc. In the first case the url changing script will have a very long command line. I assume that the relocation path is available in the postinstall script in every packaging system. Laszlo |