"Fossies" - the Fresh Open Source Software Archive

Member "install-tl-20231204/tlpkg/installer/installer-options.txt" (16 Apr 2017, 2629 Bytes) of package /linux/misc/install-tl-unx.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 (last status change 2009-07-02)
    2 
    3 %vars key                     default      text   perltk   wizard
    4    $tlpdb->option("key")
    5    description
    6    used in install-tl/tlmgr/TLMedia
    7 ----------------------------------------------------------------------------
    8 tlpdbopt_install_docfiles       1             x       x
    9    option("install_docfiles")
   10    install doc files
   11    install-tl: sub do_install_packages
   12    TLMedia.pm: sub install_package
   13 
   14 tlpdbopt_install_srcfiles       1             x       x
   15    option("install_srcfiles")
   16    install src files
   17    install-tl: sub do_install_packages
   18    TLMedia.pm: sub install_package
   19 
   20 tlpdbopt_create_formats         1             x       x
   21    option("create_formats")
   22    create all formats
   23    install-tl: sub do_postinst_stuff
   24    tlmgr: sub handle_execute_actions
   25 
   26 tlpdbopt_file_assocs            1             w32     w32
   27    option("file_assocs")
   28    file associations and file type
   29    file type is always done
   30    file associations:
   31      0: do nothing
   32      1: do only new/unchanged
   33      2: always do
   34    install-tl: sub do_tlpdb_postactions
   35    TLMedia: remove_package, install_package
   36 
   37 tlpdbopt_desktop_integration    1             w32     w32       w32
   38    option("desktop_integration")
   39    shortcuts etc
   40    currently effects w32 only
   41    install-tl: sub do_tlpdb_postactions
   42    TLMedia: remove_package, install_package
   43 
   44 tlpdbopt_post_code              1
   45    option("post_code")
   46    postaction code
   47    install-tl: sub do_tlpdb_postactions
   48    TLMedia: remove_package, install_package
   49 
   50 tlpdbopt_sys_bin/man/info       /u/l/...      unix    unix
   51    option("sys_bin") ...
   52    unix link dests (if instopt_adjustpath == 1)
   53    TLPDB add/remove_symlinks 
   54    (via tlmgr action_symlinks and install-tl do_path_adjustments)
   55 
   56 tlpdbopt_w32_multi_user         1             w32     w32       w32
   57    option("w32_multi_user")
   58    sysadmin as multi user
   59    install-tl: sub do_path_adjustments
   60    TLMedia: remove_package, install_package
   61 
   62 instopt_letter                0             x       x         x
   63    not saved into the local TLPDB
   64    only for install time setting
   65    use letter
   66    install-tl: sub do_postinst_stuff
   67 
   68 instopt_adjustpath          0 unix/1 win    x       x 
   69    path adjustment
   70    not saved into the local TLPDB
   71    only for install time setting
   72    (unix symlinks, w32 reg)
   73 
   74 addon_editor                  0             w32     w32       -
   75    not saved into the local TLPDB
   76    only for install time setting
   77    install texworks
   78 
   79 unix are things only visible on unix
   80 w32  are things only visible on w32
   81 (x)  are things that should be done
   82 ??   are things I am not sure
   83 -    are things that are not relevant
   84