diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-06-02 22:04:45 -0700 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-06-02 22:04:45 -0700 |
commit | 044e7781b29f2232cd25fa8bea1db229b7077bf0 (patch) | |
tree | 7577e7bfddae71b117e02c4bbe593ce3c0075bf6 | |
parent | 294cdce484c74cfbf8cfecdcbfc1916930fd2a52 (diff) | |
download | wrt-widgets-044e7781b29f2232cd25fa8bea1db229b7077bf0.tar.gz wrt-widgets-044e7781b29f2232cd25fa8bea1db229b7077bf0.tar.bz2 wrt-widgets-044e7781b29f2232cd25fa8bea1db229b7077bf0.zip |
fix for multiusersubmit/tizen_common/20140603.051413
remove calls to pkg_initdb and ail_initdb as
these calls are already made in kickstart. These calls
may occur at an inaccurate time during the post processing
steps of the image creation
Change-Id: Ib4ab54ce0ba70828088af321ad5123596281eab4
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rwxr-xr-x | prepare_widgets.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/prepare_widgets.sh b/prepare_widgets.sh index 7dec971..ac85903 100755 --- a/prepare_widgets.sh +++ b/prepare_widgets.sh @@ -16,10 +16,6 @@ vconftool set -t string db/setting/accessibility/font_name "HelveticaNeue" # PC Specific Environment settings mkdir -p ${TZ_SYS_RW_PACKAGES} -rm -f ${TZ_SYS_DB}/.wrt* - -pkg_initdb -ail_initdb ##### WA : To allow multi-user launch ########## chmod -R a+rw ${TZ_SYS_DB}/ |