From: Kévin THIERRY Date: Fri, 8 Aug 2014 09:26:12 +0000 (+0200) Subject: aul-1: update recipe X-Git-Tag: ivi_rev_0.1~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F25838%2F2;p=scm%2Fbb%2Fmeta-tizen.git aul-1: update recipe New generated recipe: do not try to execute "systemctl daemon-reload" when creating the image. Change-Id: I6f26e1d55ab7ebcbbbed5854d52cb62ab1ec82bd Signed-off-by: Kévin THIERRY --- 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 }