]> git.proxmox.com Git - proxmox-ve.git/blobdiff - debian/apthook/pve-apt-hook
change wording in apthook
[proxmox-ve.git] / 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);
     }
   }