X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=etc%2Fwrt_commons_reset_db.sh;fp=etc_wearable%2Fwrt_commons_reset_db.sh;h=c8e6eb0e13e2e205da82dd754623d22b3dbe8ffa;hb=3a034abb4dca58ff0940687d8dd2b829ce2e226f;hp=6d578c7e9a984eeb73128c1422e69252f1ca3751;hpb=58be0971049907f3166ce56a6ad509769565158f;p=framework%2Fweb%2Fwrt-commons.git diff --git a/etc_wearable/wrt_commons_reset_db.sh b/etc/wrt_commons_reset_db.sh similarity index 85% rename from etc_wearable/wrt_commons_reset_db.sh rename to etc/wrt_commons_reset_db.sh index 6d578c7..c8e6eb0 100755 --- a/etc_wearable/wrt_commons_reset_db.sh +++ b/etc/wrt_commons_reset_db.sh @@ -28,8 +28,6 @@ WIDGET_DESKTOP_PATH=/opt/share/applications/ SMACK_RULES_PATH=/etc/smack/accesses.d/ WRT_DB=/opt/dbspace/.wrt.db PKGMGR_DB=/opt/dbspace/.pkgmgr_parser.db -PLUGINS_INSTALLATION_REQUIRED_PATH=/opt/share/widget/ -PLUGINS_INSTALLATION_REQUIRED=plugin-installation-required if [ -f ${WRT_DB} ] then @@ -60,14 +58,8 @@ fi /usr/bin/wrt_commons_create_clean_db.sh -#TODO: remove this when switched to wrt-plugins-installer completely -if [ -e ${PLUGINS_INSTALLATION_REQUIRED_PATH} ] && [ -d ${PLUGINS_INSTALLATION_REQUIRED_PATH} ] -then - /bin/touch ${PLUGINS_INSTALLATION_REQUIRED_PATH}${PLUGINS_INSTALLATION_REQUIRED} -fi - #update plugins if [ -x /usr/bin/wrt-installer ] then /usr/bin/wrt-installer -p -fi +fi \ No newline at end of file