From: Roman I Khimov Date: Mon, 29 Mar 2010 18:30:23 +0000 (+0400) Subject: clamav-0.94.2: remove deprecated options from config file X-Git-Tag: Release-2010-05/1~152^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f71e0d0b6f76e74ed848d75f6b50896f2ae160b;p=openembedded.git clamav-0.94.2: remove deprecated options from config file Signed-off-by: Roman I Khimov --- diff --git a/recipes/clamav/clamav_0.94.2.bb b/recipes/clamav/clamav_0.94.2.bb index e85cc50a03..3ce005fb13 100644 --- a/recipes/clamav/clamav_0.94.2.bb +++ b/recipes/clamav/clamav_0.94.2.bb @@ -2,5 +2,9 @@ require clamav.inc EXTRA_OECONF += "--program-transform-name=''" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" +do_install_append() { + # Remove deprecated options + sed -ri "/Archive(Block)?Max/d" ${D}/${sysconfdir}/clamd.conf +} \ No newline at end of file