From 8a4af03494f711c2dd4328f2f121e7fdaeabdb8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Fri, 8 Aug 2014 11:26:12 +0200 Subject: [PATCH] aul-1: 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: I6f26e1d55ab7ebcbbbed5854d52cb62ab1ec82bd Signed-off-by: Kévin THIERRY --- recipes-tizen/aul-1/aul-1.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-tizen/aul-1/aul-1.inc b/recipes-tizen/aul-1/aul-1.inc index 9f06e57..61bd25e 100644 --- a/recipes-tizen/aul-1/aul-1.inc +++ b/recipes-tizen/aul-1/aul-1.inc @@ -142,7 +142,7 @@ pkg_postinst_${PN}() { #!/bin/sh -e [ "x\$D" == "x" ] && ldconfig - systemctl daemon-reload + [ "x\$D" == "x" ] && systemctl daemon-reload if [ $1 == 1 ]; then systemctl restart launchpad-preload@5000.service systemctl restart ac.service @@ -164,7 +164,7 @@ pkg_postrm_${PN}() { #!/bin/sh -e [ "x\$D" == "x" ] && ldconfig - systemctl daemon-reload + [ "x\$D" == "x" ] && systemctl daemon-reload } -- 2.7.4