From b438b0ddf8937ce7c22ad72fdce7009f06c33555 Mon Sep 17 00:00:00 2001 From: ilho kim Date: Mon, 30 Oct 2023 16:18:51 +0900 Subject: [PATCH] Call api update after installation is finished Related: [pkgmgr-info] https://review.tizen.org/gerrit/#/c/platform/core/appfw/pkgmgr-info/+/300559/ Change-Id: I0ffa194936f25473a124afaf332b50a690daef8c Signed-off-by: ilho kim --- src/common/installer/app_installer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/installer/app_installer.cc b/src/common/installer/app_installer.cc index 56ef9e4..94a1299 100644 --- a/src/common/installer/app_installer.cc +++ b/src/common/installer/app_installer.cc @@ -876,7 +876,7 @@ void AppInstaller::SendProgress(int progress) { } void AppInstaller::SendFinished(Step::Status process_status) { - pkgmgr_parser_clear_cache_memory_db(); + pkgmgr_parser_update_pending_cache(context_->pkgid.get().c_str()); if (!SendStartIfNotSent(false)) return; -- 2.7.4