this patch removes the wording for the apt-get invocation in favour of
only using apt.

Signed-off-by: Alwin Antreich <a.antre...@proxmox.com>
---
 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.11.0


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to