Add add-plugin and remove-plugin; maintain an Info index.
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 17 May 2017 22:37:59 +0000 (15:37 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 17 May 2017 22:37:59 +0000 (15:37 -0700)
commit12cc606da91b6c42ada94ebef911931ef066bb9a
treec0f43f66bb17b1b152348e8297048f56a019c383
parent8a715cf31809411915a81e09d999ec9bfb2601db
Add add-plugin and remove-plugin; maintain an Info index.

The postrm Debian installation scripts do not work if they are run
after the core package is removed.  And prerm scripts do not work if
they update indexes based on what is installed.  (The package being
removed is still installed.)  Replace update-html-index and update-
optiondb-index with add-plugin and remove-plugin, procedures that
add/remove names to/from a list.  These work in prerm scripts.
src/Makefile.in
src/etc/plugins.scm [new file with mode: 0644]
src/ffi/build.scm
src/ffi/ffi.pkg
src/runtime/ffi.scm
src/runtime/runtime.pkg