diff options
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 799aeb3855b..600615ae872 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -889,6 +889,7 @@ sub action_path { TeXLive::TLUtils::w32_add_to_path( $localtlmedia->location . "/bin/win32", $localtlmedia->tlpdb->option("w32_multi_user")); + TeXLive::TLWinGoo::broadcast_env(); } else { TeXLive::TLUtils::add_symlinks($localtlmedia->tlpdb->root, $localtlmedia->platform(), @@ -901,6 +902,7 @@ sub action_path { TeXLive::TLUtils::w32_remove_from_path( $localtlmedia->location . "/bin/win32", $localtlmedia->tlpdb->option("w32_multi_user")); + TeXLive::TLWinGoo::broadcast_env(); } else { # remove symlinks TeXLive::TLUtils::remove_symlinks($localtlmedia->tlpdb->root, |