From: Soyoung Kim Date: Wed, 16 Jan 2013 07:50:16 +0000 (+0900) Subject: preinstall plugin during booting time for window SDK X-Git-Tag: accepted/tizen_2.1/20130425.023916~20^2~21^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e95b729c71e4fb845837dc615a7e8a0461c261d8;p=framework%2Fweb%2Fwrt-installer.git preinstall plugin during booting time for window SDK [Issue#] TDIS-2320 [Problem] Takes up a lot of time when you first install the widget on window SDK [Cause] plugin installation takes lots of time. [Solution] plugin installation should be installed during booting time. [SCMRequest] N/A --- diff --git a/etc/wrt_preinstall_widgets.sh b/etc/wrt_preinstall_widgets.sh index 9742d0d..2d7b9d5 100755 --- a/etc/wrt_preinstall_widgets.sh +++ b/etc/wrt_preinstall_widgets.sh @@ -75,4 +75,7 @@ if [ ! -d $_working_dir ]; then exit 1 fi +#Plugin installation is temporary code for window SDK +/usr/bin/wrt-installer -p + install_widgets