From: Soyoung Kim Date: Thu, 24 Jan 2013 05:21:15 +0000 (+0900) Subject: Fixed preinstall for plugin X-Git-Tag: accepted/tizen_2.1/20130425.023916~20^2~19^2~12^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f53d16fe6a90cf4c0f64b8fa5191fbc07cebcd62;p=framework%2Fweb%2Fwrt-installer.git Fixed preinstall for plugin [Issue#] TDIS-2684 [Problem] plugin installation tasks some times. [Cause] wrong preinstall command during booting [Solution] move preinstall command for plugin before checking preinstall widget. [SCMRequest] N/A --- diff --git a/etc/wrt_preinstall_widgets.sh b/etc/wrt_preinstall_widgets.sh index 2d7b9d5..1837565 100755 --- a/etc/wrt_preinstall_widgets.sh +++ b/etc/wrt_preinstall_widgets.sh @@ -69,13 +69,13 @@ else fi } +#Plugin installation is temporary code for window SDK +/usr/bin/wrt-installer -p + if [ ! -d $_working_dir ]; then echo "There is no preinstall widget directory - $_working_dir" restore_widget exit 1 fi -#Plugin installation is temporary code for window SDK -/usr/bin/wrt-installer -p - install_widgets