From d90ba6fbc0c836d859f1db040bdde3ce3b8a85c4 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Fri, 28 Feb 2020 15:27:19 +0100 Subject: [PATCH] Don't trigger the hook on package removal --- hooks/arch-audit.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/arch-audit.hook b/hooks/arch-audit.hook index 5d20b94..ba152c0 100644 --- a/hooks/arch-audit.hook +++ b/hooks/arch-audit.hook @@ -1,7 +1,6 @@ [Trigger] Operation = Install Operation = Upgrade -Operation = Remove Type = Package Target = * @@ -11,3 +10,4 @@ Depends = openssl Depends = arch-audit When = PostTransaction Exec = /usr/bin/arch-audit +Description = Checking packages for known vulnerabilities