summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 9b2672b1682..021a4ec5c2d 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -1992,7 +1992,11 @@ sub action_update {
# - $opts{"list"} is *not* set
# we have to check in addition that
# - $opts{"dry-run"} is not set
- info("[$currnr/$totalnr] auto-remove: $p\n");
+ if ($::machinereadable) {
+ machine_line($p, $FLAG_REMOVE, $rev, "-", "-", "-");
+ } else {
+ info("[$currnr/$totalnr] auto-remove: $p\n");
+ }
if (!$opts{"dry-run"}) {
$localtlmedia->remove_package($p);
logpackage("remove: $p");