Call api update after installation is finished
[platform/core/appfw/app-installers.git] / src / common / installer / app_installer.cc
index 56ef9e4..94a1299 100644 (file)
@@ -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;