summaryrefslogtreecommitdiff
path: root/libre/clamav/install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/clamav/install')
-rw-r--r--libre/clamav/install9
1 files changed, 0 insertions, 9 deletions
diff --git a/libre/clamav/install b/libre/clamav/install
deleted file mode 100644
index bfaa56624..000000000
--- a/libre/clamav/install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_upgrade() {
- systemd-tmpfiles --create clamav.conf
-}
-
-post_install() {
- getent group clamav &>/dev/null || groupadd -r -g 64 clamav >/dev/null
- getent passwd clamav &>/dev/null || useradd -r -u 64 -g clamav -d /dev/null -s /bin/false -c "Clam AntiVirus" clamav >/dev/null
- post_upgrade
-}