summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPostActions.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-07-10 09:36:39 +0000
committerNorbert Preining <preining@logic.at>2008-07-10 09:36:39 +0000
commitdb1a50b1997160072eee7c4fccccd3e0c145411c (patch)
tree78d3a4f20d54e87df4fc692685ffc252731b2100 /Master/tlpkg/TeXLive/TLPostActions.pm
parentaad6173a53f98f1a4e22b856f31b89bc57c2b5e1 (diff)
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
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPostActions.pm11
1 files changed, 7 insertions, 4 deletions
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