]> git.proxmox.com Git - proxmox-ve.git/blobdiff - debian/apthook/pve-apt-hook
Add a purge proxmox-ve to the warning message
[proxmox-ve.git] / debian / apthook / pve-apt-hook
index fb7bc1ec98966feeffb1fb65b23697705955cb7e..d49a2ce0b068cfd9b603cde4d6f01e5b2eadb46a 100755 (executable)
@@ -60,6 +60,7 @@ 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->("run apt purge ${check_package} to remove the meta-package\n");
       $log->("and repeat your apt invocation.\n");
       $log->("\n");
       $log->("If you are unsure why '$check_package' would be removed, please verify\n");