From: Ronan Le Martret Date: Fri, 3 Oct 2014 13:45:18 +0000 (+0200) Subject: Fix remove install service X-Git-Tag: ivi_rev_0.2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29dd3dfd896ee144398e0326ad842e6493da995e;p=scm%2Fbb%2Fmeta-tizen.git Fix remove install service Change-Id: Ifedac430ae6d93738a2e170aa25130924aeffb15 Signed-off-by: Ronan Le Martret --- diff --git a/recipes-tizen/Modello-Installer/Modello-Installer/modello-installer-postinst.service b/recipes-tizen/Modello-Installer/Modello-Installer/modello-installer-postinst.service index cb6f342..c306f6f 100644 --- a/recipes-tizen/Modello-Installer/Modello-Installer/modello-installer-postinst.service +++ b/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