summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-09-05 14:42:48 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-09-05 14:42:48 +0000
commit4eaa282a54305411f6cd6401919ce5b19b87e32d (patch)
tree7ba57447aec7f76b4063e6329662914516b6eb34 /Master/texmf
parent2f68c25fac82cff47088eabec70aecaff0d00be1 (diff)
allow for side-by-side installation different releases
git-svn-id: svn://tug.org/texlive/trunk@15131 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r--Master/texmf/scripts/texlive/uninstall-win32.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/uninstall-win32.pl b/Master/texmf/scripts/texlive/uninstall-win32.pl
index 6bc34ba67e3..f7a6da352b8 100644
--- a/Master/texmf/scripts/texlive/uninstall-win32.pl
+++ b/Master/texmf/scripts/texlive/uninstall-win32.pl
@@ -73,7 +73,7 @@ sub doit {
# from_dvd case:
# unsetenv_reg("TEXMFSYSVAR");
unsetenv_reg("TEXMFCNF");
- unregister_uninstaller();
+ unregister_uninstaller($localtlpdb->option("w32_multi_user"));
exit if is_vista();
broadcast_env();
update_assocs();