diff options
author | Norbert Preining <preining@logic.at> | 2009-07-09 14:45:04 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-09 14:45:04 +0000 |
commit | 2cbbb287ec0431a9840e2dc26751d58b1621a97d (patch) | |
tree | e6e96b230d603753a4f12beac3b06aba4992ae6d /Master | |
parent | c07ad5b552636262dc6117be24a440512f627bbf (diff) |
doc updates to TLUtils.pm
git-svn-id: svn://tug.org/texlive/trunk@14206 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 6d53bc9b88b..6f1696a2138 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -60,7 +60,7 @@ C<TeXLive::TLUtils> -- utilities used in the TeX Live infrastructure TeXLive::TLUtils::create_language_def($tlpdb,$dest,$localconf); TeXLive::TLUtils::install_packages($from_tlpdb,$media,$to_tlpdb,$what,$opt_src, $opt_doc)>); TeXLive::TLUtils::install_package($what, $filelistref, $target, $platform); - TeXLive::TLUtils::do_postaction($how, $tlpobj); + TeXLive::TLUtils::do_postaction($how, $tlpobj, $do_fileassocs, $do_shortcuts, $do_script); TeXLive::TLUtils::announce_execute_actions($how, @executes); TeXLive::TLUtils::add_symlinks($root, $arch, $sys_bin, $sys_man, $sys_info); TeXLive::TLUtils::remove_symlinks($root, $arch, $sys_bin, $sys_man, $sys_info); |