]> git.proxmox.com Git - proxmox-ve.git/commitdiff
change wording in apthook
authorAlwin Antreich <a.antreich@proxmox.com>
Wed, 9 Jan 2019 12:37:17 +0000 (13:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Jan 2019 13:05:33 +0000 (14:05 +0100)
this patch removes the wording for the apt-get invocation in favour of
only using apt.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
debian/apthook/pve-apt-hook

index f9250906da154194ca83597ec7756f8db3350881..fb7bc1ec98966feeffb1fb65b23697705955cb7e 100755 (executable)
@@ -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);
     }
   }