summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/uninstall-win32.pl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2016-04-17 21:34:37 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2016-04-17 21:34:37 +0000
commit79cb67fb8f977be6c733a2d307e747318a9db570 (patch)
tree43b67fe1609b75871f1580be3c08f463876ed88f /Master/texmf-dist/scripts/texlive/uninstall-win32.pl
parent19e8c0cbbe2995fe17a089432567e0b9986bbfa2 (diff)
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
Diffstat (limited to 'Master/texmf-dist/scripts/texlive/uninstall-win32.pl')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/uninstall-win32.pl7
1 files changed, 4 insertions, 3 deletions
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();