summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 6a29a46133c..82923739824 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -634,9 +634,10 @@ sub action_update {
for my $d ($tlc->depends) {
my $tlp = $localtlpdb->get_package($d);
if (!defined($tlp)) {
- # there is a dep that is either new or has been forcibly removed
- # report it as new/forcibly removed
- info("package $d ($c) is new (or has been forcibly removed)\n");
+ # there is a dep that is either new or has been forcibly
+ # removed by the user. report it as new, if the user does
+ # forcible removals it is their own problem.
+ info("package $d ($c) is new\n");
}
}
}