From d0c8f07a5efc0a723ad81c65fcddd1f97e6d31a1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 16 Mar 2020 20:54:33 +0000 Subject: (action_update): in case of "neither new nor forcibly removed", give hint about trying tlmgr search or tlmgr info. git-svn-id: svn://tug.org/texlive/trunk@54357 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/scripts/texlive') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 981a1fbf91d..5ed4a651651 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -2833,7 +2833,8 @@ sub action_update { " collection, not auto-installing it!\n"); next; } else { - tlwarn("\n$prg: $pkg mentioned, but neither new nor forcibly removed\n"); + tlwarn("\n$prg: $pkg mentioned, but neither new nor forcibly removed"); + tlwarn("\n$prg: perhaps try tlmgr search or tlmgr info.\n"); next; } # install new packages -- cgit v1.2.3