diff options
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl index f9127548d8f..19602586cd3 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -683,6 +683,7 @@ sub do_installation { print warnings_summary(); } +# # do_postinst_stuff has to fix up the texmf tree and install some missing # files. The things to do are taken from the install-live.sh installer # of former times, and should be critically checked. @@ -883,8 +884,6 @@ operations might be disturbed.\n\n"; # no need to test for portable or in_place: # the menus (or profile?) should have set the required options do_tlpdb_postactions(); - copy("$::installerdir/tlpkg/installer/tlmenu.bat", $TEXDIR) - if $vars{'portable'}; } |