diff options
Diffstat (limited to 'prepare_widgets.sh')
-rwxr-xr-x | prepare_widgets.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/prepare_widgets.sh b/prepare_widgets.sh index edff487..739ccc1 100755 --- a/prepare_widgets.sh +++ b/prepare_widgets.sh @@ -20,13 +20,7 @@ rm /opt/dbspace/.wrt* wrt_commons_create_clean_db.sh wrt_reset_db.sh pkg_initdb - -##### WA : To reduce database creation duration : https://review.tizen.org/gerrit/5452/ -mkdir -p /usr/share/applications_tmp -mv /usr/share/applications/* /usr/share/applications_tmp/ -mv /usr/share/applications_tmp/*tizen*.desktop /usr/share/applications/ ail_initdb -mv /usr/share/applications_tmp/* /usr/share/applications/ ##### WA : To allow multi-user launch ########## chmod -R a+rw /opt/dbspace/ |