summaryrefslogtreecommitdiff
path: root/libre/clamav/install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-06 22:54:31 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-06 22:54:31 -0500
commit01607edb5998cee362fb282588208fc54c28ab0f (patch)
tree299f6f851c12f738b2a04b63338e7c8602f31fa1 /libre/clamav/install
parent9c374ed191a54e9d9d9590c69d80ae4367e490ab (diff)
downloadabslibre-01607edb5998cee362fb282588208fc54c28ab0f.tar.gz
abslibre-01607edb5998cee362fb282588208fc54c28ab0f.tar.bz2
abslibre-01607edb5998cee362fb282588208fc54c28ab0f.zip
clamav-0.99.3-1.parabola1: updating version
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
-}