Change-Id: Ibf65b4bc333d92fcda93338197a8e47d76336423
- generic-multimedia
- generic-desktop-applications
- generic-crosswalk
- - mobile-web-framework
- mobile-bluetooth
- mobile-mbr-3parts
- mobile-user
- generic-multimedia
- generic-desktop-applications
- generic-crosswalk
- - mobile-web-framework
- mobile-bluetooth
- mobile-mbr-3parts
- mobile-user
- generic-multimedia
- generic-desktop-applications
- generic-crosswalk
- - mobile-web-framework
- mobile-bluetooth
- mobile-user
- mobile-license
- generic-multimedia
- generic-desktop-applications
- generic-crosswalk
- - mobile-web-framework
- mobile-bluetooth
- mobile-user
- mobile-license
- generic-multimedia
- generic-desktop-applications
- generic-crosswalk
- - mobile-web-framework
- mobile-bluetooth
- mobile-user
- mobile-license
+++ /dev/null
-# 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
+++ /dev/null
-#!/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
+++ /dev/null
-#!/bin/sh
-echo "############### mobile-web-framework.post ################"
-
-# start wrt widgets preinstall
-prepare_widgets.sh
-