preinstall plugin during booting time for window SDK
authorSoyoung Kim <sy037.kim@samsung.com>
Wed, 16 Jan 2013 07:50:16 +0000 (16:50 +0900)
committerSoyoung Kim <sy037.kim@samsung.com>
Wed, 16 Jan 2013 07:50:16 +0000 (16:50 +0900)
[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

etc/wrt_preinstall_widgets.sh

index 9742d0d..2d7b9d5 100755 (executable)
@@ -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