summaryrefslogtreecommitdiff
path: root/security/clamav-devel/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'security/clamav-devel/pkg-install')
-rw-r--r--security/clamav-devel/pkg-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/clamav-devel/pkg-install b/security/clamav-devel/pkg-install
index 72596f16fc59..418e2e9bc8d5 100644
--- a/security/clamav-devel/pkg-install
+++ b/security/clamav-devel/pkg-install
@@ -1,5 +1,9 @@
#!/bin/sh
+if [ ! "$2" = "PRE-INSTALL" ]; then
+ exit 0
+fi
+
if [ -z "${CLAMAVUSER}" ]; then
CLAMAVUSER=clamav
fi