From 8e1d49171733d1acc53635eec7a71ee9fffa78dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Fri, 8 Aug 2014 11:34:54 +0200 Subject: [PATCH] download-provider: update recipe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit New generated recipe: do not try to execute "systemctl daemon-reload" when creating the image. Change-Id: Ib004acffcbf14de762d8690c80c973d2db94653a Signed-off-by: Kévin THIERRY --- recipes-tizen/download-provider/download-provider.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tizen/download-provider/download-provider.inc b/recipes-tizen/download-provider/download-provider.inc index 85497a9..2658898 100644 --- a/recipes-tizen/download-provider/download-provider.inc +++ b/recipes-tizen/download-provider/download-provider.inc @@ -181,7 +181,7 @@ pkg_postrm_${PN}() { #!/bin/sh -e [ "x\$D" == "x" ] && ldconfig - /usr/bin/systemctl daemon-reload >/dev/null 2>&1 || : + /usr/bin/[ "x\$D" == "x" ] && systemctl daemon-reload >/dev/null 2>&1 || : } -- 2.7.4