summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunggi Lee <hyunggi.lee@samsung.com>2017-04-24 15:24:04 +0900
committerHyunggi Lee <hyunggi.lee@samsung.com>2017-04-24 15:24:04 +0900
commite99d3b33728213fd6a34935f32512577357d0451 (patch)
tree6442ba79f047f7b3815778e1edd430dda8bb56e4
parent8fe5e2106063437876687a6fe64bc6408adeace0 (diff)
downloadmeta-mobile-e99d3b33728213fd6a34935f32512577357d0451.tar.gz
meta-mobile-e99d3b33728213fd6a34935f32512577357d0451.tar.bz2
meta-mobile-e99d3b33728213fd6a34935f32512577357d0451.zip
remove unused postscripts
Change-Id: Ibf65b4bc333d92fcda93338197a8e47d76336423
-rw-r--r--mobile.yaml5
-rw-r--r--scripts/Tizen-common-cleanup.post8
-rw-r--r--scripts/mobile-qt5.post19
-rw-r--r--scripts/mobile-web-framework.post6
4 files changed, 0 insertions, 38 deletions
diff --git a/mobile.yaml b/mobile.yaml
index 4fa0182..67b1291 100644
--- a/mobile.yaml
+++ b/mobile.yaml
@@ -80,7 +80,6 @@ Wayland:
- generic-multimedia
- generic-desktop-applications
- generic-crosswalk
- - mobile-web-framework
- mobile-bluetooth
- mobile-mbr-3parts
- mobile-user
@@ -124,7 +123,6 @@ Wayland-64:
- generic-multimedia
- generic-desktop-applications
- generic-crosswalk
- - mobile-web-framework
- mobile-bluetooth
- mobile-mbr-3parts
- mobile-user
@@ -171,7 +169,6 @@ Emulator32-wayland:
- generic-multimedia
- generic-desktop-applications
- generic-crosswalk
- - mobile-web-framework
- mobile-bluetooth
- mobile-user
- mobile-license
@@ -216,7 +213,6 @@ Emulator64-wayland:
- generic-multimedia
- generic-desktop-applications
- generic-crosswalk
- - mobile-web-framework
- mobile-bluetooth
- mobile-user
- mobile-license
@@ -242,7 +238,6 @@ Headless:
- generic-multimedia
- generic-desktop-applications
- generic-crosswalk
- - mobile-web-framework
- mobile-bluetooth
- mobile-user
- mobile-license
diff --git a/scripts/Tizen-common-cleanup.post b/scripts/Tizen-common-cleanup.post
deleted file mode 100644
index 1b1657a..0000000
--- a/scripts/Tizen-common-cleanup.post
+++ /dev/null
@@ -1,8 +0,0 @@
-# Bug: https://bugs.tizen.org/jira/browse/TDIST-266
-pkg_initdb
-
-# Bug: https://bugs.tizen.org/jira/browse/TDIST-260
-INITDB=1 ail_initdb
-
-# Bug: https://bugs.tizen.org/jira/browse/PTREL-137
-echo "DISPLAY=:0" >> /etc/sysconfig/preload
diff --git a/scripts/mobile-qt5.post b/scripts/mobile-qt5.post
deleted file mode 100644
index 168547a..0000000
--- a/scripts/mobile-qt5.post
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-echo "############### mobile-qt5.post ################"
-
-list='
-qt5-qtdeclarative-examples
-qt5-cinematic-experience
-'
-
-dst="/usr/share/applications/tizen/launcher.conf"
-
-if [ -w "$dst" ] ; then
- for app in $list ; do
- src="/usr/share/applications/$app.desktop"
-
- grep "$src" "$dst" \
- || { [ ! -r "$src" ] || echo "$src" >> "$dst" ; }
-
- done
-fi
diff --git a/scripts/mobile-web-framework.post b/scripts/mobile-web-framework.post
deleted file mode 100644
index 351e9e5..0000000
--- a/scripts/mobile-web-framework.post
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-echo "############### mobile-web-framework.post ################"
-
-# start wrt widgets preinstall
-prepare_widgets.sh
-