diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-28 23:08:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-28 23:08:57 +0000 |
commit | 2866fe5df1a3338c3da0af8565618078d993d6ba (patch) | |
tree | 0cbc4b19d6a5cf57df294fdc8f387cffff2091ef /Master | |
parent | c65e75c1bde5e42977f9fc2f01d8acca17cbcb57 (diff) |
(do_postinst_stuff): do not copy the
no-longer-existing tlmenu.bat.
git-svn-id: svn://tug.org/texlive/trunk@23172 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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'}; } |