Fix remove install service
authorRonan Le Martret <ronan@fridu.net>
Fri, 3 Oct 2014 13:45:18 +0000 (15:45 +0200)
committerRonan Le Martret <ronan@fridu.net>
Fri, 3 Oct 2014 13:45:18 +0000 (15:45 +0200)
Change-Id: Ifedac430ae6d93738a2e170aa25130924aeffb15
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
recipes-tizen/Modello-Installer/Modello-Installer/modello-installer-postinst.service

index cb6f342..c306f6f 100644 (file)
@@ -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