From a5216c4e9a5faa57140d6d703a2536aa265f092b Mon Sep 17 00:00:00 2001 From: Alwin Antreich Date: Wed, 9 Jan 2019 13:37:17 +0100 Subject: [PATCH] change wording in apthook this patch removes the wording for the apt-get invocation in favour of only using apt. Signed-off-by: Alwin Antreich --- debian/apthook/pve-apt-hook | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/apthook/pve-apt-hook b/debian/apthook/pve-apt-hook index f925090..fb7bc1e 100755 --- a/debian/apthook/pve-apt-hook +++ b/debian/apthook/pve-apt-hook @@ -60,11 +60,11 @@ while (my $line = <$fh>) { $log->("\n"); $log->("If you really you want to permanently remove '${check_package}' from your system, run the following command\n"); $log->("\ttouch '${check_file}'\n"); - $log->("and repeat your apt-get/apt invocation.\n"); + $log->("and repeat your apt invocation.\n"); $log->("\n"); $log->("If you are unsure why '$check_package' would be removed, please verify\n"); $log->("\t- your APT repository settings\n"); - $log->("\t- that you are using 'apt-get dist-upgrade' or 'apt full-upgrade' to upgrade your system\n"); + $log->("\t- that you are using 'apt full-upgrade' to upgrade your system\n"); $cleanup->(1); } } -- 2.39.2