From: Ronan Le Martret Date: Fri, 3 Oct 2014 13:45:18 +0000 (+0200) Subject: meta-tizen: Fix remove install service X-Git-Tag: rev_ivi_2015_02_04~209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0b56663bb95b6c9efda25e6f0bc6dc7df8598c4;p=scm%2Fbb%2Ftizen-distro.git meta-tizen: Fix remove install service Change-Id: Ifedac430ae6d93738a2e170aa25130924aeffb15 (From meta-tizen rev: 29dd3dfd896ee144398e0326ad842e6493da995e) Signed-off-by: Ronan Le Martret Signed-off-by: Patrick Ohly --- diff --git a/meta-tizen/recipes-tizen/Modello-Installer/Modello-Installer/modello-installer-postinst.service b/meta-tizen/recipes-tizen/Modello-Installer/Modello-Installer/modello-installer-postinst.service index cb6f342..c306f6f 100644 --- a/meta-tizen/recipes-tizen/Modello-Installer/Modello-Installer/modello-installer-postinst.service +++ b/meta-tizen/recipes-tizen/Modello-Installer/Modello-Installer/modello-installer-postinst.service @@ -6,7 +6,7 @@ Before=Modello_Homescreen.service Type=oneshot SmackExecLabel=User ExecStart=/usr/share/modello-installer/modello-installer-postinst.sh -ExecStartPost=/bin/rm -f /lib/systemd/system/multi-user.target.wants/modello-installer-postinst.service +ExecStartPost=/bin/rm -f /usr/lib/systemd/system/multi-user.target.wants/modello-installer-postinst.service [Install] WantedBy=multi-user.target