diff options
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/uninstall-tl.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/uninstall-tl.pl b/Master/texmf/scripts/texlive/uninstall-tl.pl index dc45c567607..d70a0b824fd 100755 --- a/Master/texmf/scripts/texlive/uninstall-tl.pl +++ b/Master/texmf/scripts/texlive/uninstall-tl.pl @@ -60,6 +60,7 @@ sub main remove_texbindirs_from_path(); unsetenv_reg("TEXBINDIR"); unregister_script_type(".texlua"); + unregister_uninstaller(); broadcast_env(); update_assocs(); } else { |