diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-07-24 15:56:46 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-07-24 15:56:46 +0000 |
commit | 5bed1c55ff78931d80377943da83697c7b9c03a9 (patch) | |
tree | ce53e6f782e11a71ff2930c5d15f3201ccc8e659 | |
parent | 58a107db3640ce440fd11e4237d745be5d9bb955 (diff) |
Do xetex postinstall also for win32/tl-portable
git-svn-id: svn://tug.org/texlive/trunk@9752 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl index 595e44fae24..59ec68e9bf4 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -934,6 +934,8 @@ operations might be disturbed.\n\n"; &{$PostInstall{$package}}($TEXDIR, $TEXDIRW, $TEXMFSYSVAR, $TEXMFLOCAL); } } + # $opt_portable: no %install but we still want xetex postinstall + &{$PostInstall{'xetex'}}($TEXDIR, $TEXDIRW, $TEXMFSYSVAR, $TEXMFLOCAL); update_assocs() if win32(); # Step 4: run the programs |