diff options
Diffstat (limited to 'scripts/common-crosswalk.post')
-rw-r--r-- | scripts/common-crosswalk.post | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/scripts/common-crosswalk.post b/scripts/common-crosswalk.post index 793b49f..83b6f13 100644 --- a/scripts/common-crosswalk.post +++ b/scripts/common-crosswalk.post @@ -1,24 +1,6 @@ -############### common-crosswalk.post ################ +#!/bin/sh +echo "############### common-crosswalk.post ################" # start wrt widgets preinstall prepare_widgets.sh -# make crosswak start in default target -mkdir -p /lib/systemd/user/default.target.wants/ -ln -s ../xwalk.service /lib/systemd/user/default.target.wants/ - -# add launchers to weston.ini -if [ -f /usr/bin/weston ]; then - - cat >>/etc/xdg/weston/weston.ini <<EOF - -## crosswalk applications ## - -[launcher] -icon=/usr/share/icons/tizen/32x32/web-browser.png -path=/usr/lib64/xwalk/xwalk http://www.google.com - -EOF - -fi - |