--- services/virus_scan/Makefile.in.orig	2018-04-10 21:34:48 UTC
+++ services/virus_scan/Makefile.in
@@ -754,7 +754,6 @@ uninstall-am: uninstall-cicapmoduleLTLIB
 install-data-local:
 	for f in $(CONFS); do \
 		$(INSTALL) $(srcdir)/$$f $(DESTDIR)$(CONFIGDIR)/$$f.default; \
-		if test ! -f $(DESTDIR)$(CONFIGDIR)/$$f; then $(INSTALL) $(srcdir)/$$f $(DESTDIR)$(CONFIGDIR)/$$f; fi \
 	done
 	$(mkinstalldirs) $(DESTDIR)$(cicapdatadir)/templates/virus_scan/en/
 	for f in $(TMPLS); do $(INSTALL) $(srcdir)/$$f $(DESTDIR)$(cicapdatadir)/templates/virus_scan/en/; done