summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.texlua4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.texlua b/Master/texmf/scripts/texlive/tlmgr.texlua
index bbb5395e184..bbf74214fa1 100755
--- a/Master/texmf/scripts/texlive/tlmgr.texlua
+++ b/Master/texmf/scripts/texlive/tlmgr.texlua
@@ -107,6 +107,10 @@ BINDIR=kpse.var_value('SELFAUTOLOC')
if arg[1] == 'uninstall' then
+ if os.type == 'windows' then
+ print ("Please use Add/Remove Programs from the Control Panel to remove TeX Live!")
+ os.exit(0);
+ end
print("If you answer yes here the whole TeX Live installation will be removed!")
io.stdout:write("Remove TeX Live (y/N): ")
local yesno = io.read()