Change upgrade script to call pkg_initdb with --partial-rw parameter 50/103450/3 accepted/tizen/3.0/common/20161212.060408 accepted/tizen/3.0/ivi/20161212.022800 accepted/tizen/3.0/mobile/20161212.022614 accepted/tizen/3.0/tv/20161212.022658 accepted/tizen/3.0/wearable/20161212.022730 submit/tizen_3.0/20161209.072525
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 8 Dec 2016 10:16:59 +0000 (19:16 +0900)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Thu, 8 Dec 2016 12:40:08 +0000 (04:40 -0800)
Change-Id: I51d6255139fbf93edcb1793033549022e6ab8121
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
data/700.pkgmgr.patch.sh.in

index d9b149c..cb154b9 100644 (file)
@@ -173,9 +173,8 @@ function move_user_wgt_files(){
 }
 
 function initdb(){
-       #pkg_initdb --partial-rw
        echo "#pkg_initdb"
-       pkg_initdb
+       pkg_initdb --partial-rw
 
        mkdir -m 770 -p /opt/dbspace/user/5001
        chmod 755 /opt/dbspace/user
@@ -309,4 +308,4 @@ move_preload_pkg_userdata
 disable_preload_pkg
 disable_user_pkg
 
-remove_backup_db
\ No newline at end of file
+remove_backup_db