From 241fccaf14d509aad4e22fae81fc6f35eda57fdf Mon Sep 17 00:00:00 2001 From: Alwin Antreich Date: Wed, 9 Jan 2019 13:37:18 +0100 Subject: [PATCH] Add a purge proxmox-ve to the warning message When the package proxmox-ve is not purged the apt config is still there and hinders further use of apt, as it complains about the missing hook. Signed-off-by: Alwin Antreich --- debian/apthook/pve-apt-hook | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/apthook/pve-apt-hook b/debian/apthook/pve-apt-hook index fb7bc1e..d49a2ce 100755 --- a/debian/apthook/pve-apt-hook +++ b/debian/apthook/pve-apt-hook @@ -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"); -- 2.39.2