Workaround for pkg_initdb failure 89/265989/2
authorSangyoon Jang <jeremy.jang@samsung.com>
Wed, 3 Nov 2021 08:43:08 +0000 (17:43 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Wed, 3 Nov 2021 08:56:19 +0000 (17:56 +0900)
commit18674db7ae783c492dc544803d420ef292cff36e
tree89bd936b256a5bf31f8377de3a8bfd230aa4ab12
parent400d0dc18a325ff6461b80f092956fec7bef3ec4
Workaround for pkg_initdb failure

The pkg_initdb initialize its package db only, so installing theme may
failed because of unique key constraint of theme db. Try update instead
of insert in this case.

Change-Id: I259a6c2510d699959924a609e7a90d8c422aac87
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/theme_plugin/theme_parser.cc