From db1a50b1997160072eee7c4fccccd3e0c145411c Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 10 Jul 2008 09:36:39 +0000 Subject: TLPostActions: Do nothing for context (and luatex) until the cache thingy is sorted out git-svn-id: svn://tug.org/texlive/trunk@9425 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPostActions.pm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm') diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index 4b24b22f07e..3b4e36d35c8 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -25,7 +25,7 @@ my $mainmenu = "TeX Live 2008"; our %PostInstall; our %PostRemove; -# +# NOT ENABLED !!!!! # context post install actions sub do_install_bin_context { my ($texdir, $texdirw, $texmfsysvar) = @_; @@ -47,15 +47,18 @@ sub do_install_bin_context { system("mtxrun", "--script", "fonts", "--reload"); } # -# what to do with permissions, multi-user, etc etc etc -$PostInstall{"bin-context"} = \&do_install_bin_context; +# That has to be sorted out and maybe changed at a later time, so do NOT +# enable that for now. +###$PostInstall{"bin-context"} = \&do_install_bin_context; # ATM do the same for luatex as for context sub do_install_luatex { do_install_bin_context(@_); } -$PostInstall{"luatex"} = \&do_install_luatex; +# +# SEE ABOVE +# $PostInstall{"luatex"} = \&do_install_luatex; # xetex -- cgit v1.2.3