remove unused postscripts 41/126541/1
authorHyunggi Lee <hyunggi.lee@samsung.com>
Mon, 24 Apr 2017 06:24:04 +0000 (15:24 +0900)
committerHyunggi Lee <hyunggi.lee@samsung.com>
Mon, 24 Apr 2017 06:24:04 +0000 (15:24 +0900)
Change-Id: Ibf65b4bc333d92fcda93338197a8e47d76336423

mobile.yaml
scripts/Tizen-common-cleanup.post [deleted file]
scripts/mobile-qt5.post [deleted file]
scripts/mobile-web-framework.post [deleted file]

index 4fa0182..67b1291 100644 (file)
@@ -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 (file)
index 1b1657a..0000000
+++ /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 (file)
index 168547a..0000000
+++ /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 (file)
index 351e9e5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-echo "############### mobile-web-framework.post ################"
-
-# start wrt widgets preinstall
-prepare_widgets.sh
-