From 29dd3dfd896ee144398e0326ad842e6493da995e Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 3 Oct 2014 15:45:18 +0200 Subject: [PATCH] Fix remove install service Change-Id: Ifedac430ae6d93738a2e170aa25130924aeffb15 Signed-off-by: Ronan Le Martret --- .../Modello-Installer/modello-installer-postinst.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4