diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-06-02 22:00:51 -0700 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-06-02 22:00:51 -0700 |
commit | 2018bbdb400d73f8efc6e063f1c58ca0c9694b93 (patch) | |
tree | 2a5bd5c490ff0a049f49b781c6880fc2b9099376 | |
parent | 7e77fb81639abc654b3d1740b5d01c609b18e286 (diff) | |
download | meta-2018bbdb400d73f8efc6e063f1c58ca0c9694b93.tar.gz meta-2018bbdb400d73f8efc6e063f1c58ca0c9694b93.tar.bz2 meta-2018bbdb400d73f8efc6e063f1c58ca0c9694b93.zip |
Move ail_initdb / pkg_initdb before WA for User apps
Change-Id: I761d6671050b057a2193da0bad949b7ee9c3d220
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r-- | scripts/common-crosswalk.post | 4 | ||||
-rw-r--r-- | scripts/common-desktop-applications.post | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/scripts/common-crosswalk.post b/scripts/common-crosswalk.post index d1dae57..b70cf8f 100644 --- a/scripts/common-crosswalk.post +++ b/scripts/common-crosswalk.post @@ -1,8 +1,8 @@ ############### common-crosswalk.post ################ # Initialize the native application database -pkg_initdb -ail_initdb +#pkg_initdb +#ail_initdb # start wrt widgets preinstall prepare_widgets.sh diff --git a/scripts/common-desktop-applications.post b/scripts/common-desktop-applications.post index 98562c0..8628a18 100644 --- a/scripts/common-desktop-applications.post +++ b/scripts/common-desktop-applications.post @@ -2,6 +2,8 @@ # temp workaround to fill each user app_info database with global db infos . /etc/tizen-platform.conf +ail_initdb +pkg_initdb echo "Fixing multiuser app_info dbs" chsmack -a "_" $TZ_SYS_DB/.app_info.db* |