summaryrefslogtreecommitdiff
path: root/scripts/generic-desktop-applications.post
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generic-desktop-applications.post')
-rw-r--r--scripts/generic-desktop-applications.post14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/generic-desktop-applications.post b/scripts/generic-desktop-applications.post
index c8f9b50..ecf2e70 100644
--- a/scripts/generic-desktop-applications.post
+++ b/scripts/generic-desktop-applications.post
@@ -1,2 +1,16 @@
############### generic-desktop-applications.post ################
+if [ -f /usr/bin/weston ]; then
+
+ cat >>/etc/xdg/weston/weston.ini <<EOF
+
+## desktop applications ##
+
+[launcher]
+icon=/usr/share/icons/tizen/32x32/calculator.png
+path=/usr/apps/org.tizen.calculator/bin/calculator
+
+EOF
+
+fi
+