diff options
Diffstat (limited to 'Master/tlpkg/TODO')
-rw-r--r-- | Master/tlpkg/TODO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/tlpkg/TODO b/Master/tlpkg/TODO index 39dcb58f1d6..ab27ef6df5e 100644 --- a/Master/tlpkg/TODO +++ b/Master/tlpkg/TODO @@ -1,6 +1,22 @@ TODO for TeX Live ================= +installer +--------- + +- write TLPDB->make_fmtutil_cnf_lines and TLPDB->make_updmap_cfg_lines + returning arrays of lines. + +- using the above functions the installer should do the following at the + end of the installation and after an upgrade session: + . call the above two functions + . check on the existence of texmf-local/web2c/fmtutil-local.cnf and + texmf-local/web2c/updmap-local.cfg and merge these files with the + above lines + . write out the final config files to texmf-var and call the respective + update programs + + infra structure --------------- |