summaryrefslogtreecommitdiff
path: root/app-antivirus/clamav/clamav-0.103.3-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-antivirus/clamav/clamav-0.103.3-r1.ebuild')
-rw-r--r--app-antivirus/clamav/clamav-0.103.3-r1.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/app-antivirus/clamav/clamav-0.103.3-r1.ebuild b/app-antivirus/clamav/clamav-0.103.3-r1.ebuild
index 95b7377cd083..1eb403b44251 100644
--- a/app-antivirus/clamav/clamav-0.103.3-r1.ebuild
+++ b/app-antivirus/clamav/clamav-0.103.3-r1.ebuild
@@ -215,6 +215,12 @@ src_test() {
}
pkg_postinst() {
+ if ! use libclamav-only ; then
+ if use systemd ; then
+ tmpfiles_process clamav.conf
+ fi
+ fi
+
if use milter ; then
elog "For simple instructions how to setup the clamav-milter read the"
elog "clamav-milter.README.gentoo in /usr/share/doc/${PF}"