summaryrefslogtreecommitdiffstats
path: root/extra/clamav/clamav.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/clamav/clamav.install')
-rw-r--r--extra/clamav/clamav.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/clamav/clamav.install b/extra/clamav/clamav.install
deleted file mode 100644
index 8d427d916..000000000
--- a/extra/clamav/clamav.install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-case "$1" in
- post_install)
- echo '*'
- echo '* Adding new user clamav'
- echo '*'
- adduser -H -s /bin/false -D clamav 2>/dev/null
- ;;
-esac