summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-06-01 23:40:19 -0700
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-06-01 23:40:19 -0700
commit294cdce484c74cfbf8cfecdcbfc1916930fd2a52 (patch)
treee5ba07494af805c70263fefd4bea8aab42308991
parentd37896ba008356d03bc43e7ac046b10000a14661 (diff)
downloadwrt-widgets-294cdce484c74cfbf8cfecdcbfc1916930fd2a52.tar.gz
wrt-widgets-294cdce484c74cfbf8cfecdcbfc1916930fd2a52.tar.bz2
wrt-widgets-294cdce484c74cfbf8cfecdcbfc1916930fd2a52.zip
crosswalk: add the xwalk.service back into default.targetsubmit/tizen_common/20140602.071652submit/tizen_common/20140602.065011
Otherwise, xwalk_widgets_preinstall.service (provided by wrt-widgets) doesn't start Change-Id: Id25064eac2b0fb0c16be23e947cea40f08f68cf9 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rwxr-xr-xinstall_widgets.sh4
-rw-r--r--xwalk_widgets_preinstall.service4
2 files changed, 5 insertions, 3 deletions
diff --git a/install_widgets.sh b/install_widgets.sh
index ee28e6f..52f4e8d 100755
--- a/install_widgets.sh
+++ b/install_widgets.sh
@@ -41,7 +41,9 @@ function do_install() {
info "------------- wrt_widgets install end --------------"
}
-do_install >>~/.applications/install.log 2>&1 </dev/null &
+do_install >>~/.applications/install.log 2>&1
+
+touch ~/.applications/install_done
# never fail
exit 0
diff --git a/xwalk_widgets_preinstall.service b/xwalk_widgets_preinstall.service
index e3d17d1..e3daa91 100644
--- a/xwalk_widgets_preinstall.service
+++ b/xwalk_widgets_preinstall.service
@@ -1,7 +1,7 @@
[Unit]
Description=Installation of pre-installed widgets
-After=dbus.service
-ConditionPathExists=!%h/.config/xwalk-service/applications.db
+After=xwalk.service
+ConditionPathExists=!%h/.applications/install_done
[Service]
Type=oneshot