From 79cb67fb8f977be6c733a2d307e747318a9db570 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Sun, 17 Apr 2016 21:34:37 +0000 Subject: TLWinGoo: entries moved @EXPORT => @EXPORT_OK; another ACE for maybe_make_ro git-svn-id: svn://tug.org/texlive/trunk@40579 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/uninstall-win32.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/texlive/uninstall-win32.pl b/Master/texmf-dist/scripts/texlive/uninstall-win32.pl index 523313a5737..6cf39b0230d 100755 --- a/Master/texmf-dist/scripts/texlive/uninstall-win32.pl +++ b/Master/texmf-dist/scripts/texlive/uninstall-win32.pl @@ -75,9 +75,10 @@ sub doit { # unsetenv_reg("TEXBINDIR"); # unsetenv_reg("TEXMFSYSVAR"); # unsetenv_reg("TEXMFCNF"); - unregister_uninstaller($localtlpdb->option("w32_multi_user")); - broadcast_env(); - update_assocs(); + TeXLive::TLWinGoo::unregister_uninstaller( + $localtlpdb->option("w32_multi_user")); + TeXLive::TLWinGoo::broadcast_env(); + TeXLive::TLWinGoo::update_assocs(); } Tk::MainLoop(); -- cgit v1.2.3