diff options
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl index fe2804fe3b0..d4d466d2246 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -853,8 +853,7 @@ operations might be disturbed.\n\n"; } if (win32() and !$vars{'portable'} and !$vars{'in_place'}) { - create_uninstaller($vars{'TEXDIR'}, - $vars{'TEXMFSYSVAR'}, $vars{'TEXMFSYSCONFIG'}); + create_uninstaller($vars{'TEXDIR'}); # TODO: custom uninstaller for in_place # (re-)initialize batchfile for uninstalling shortcuts } |