If the alias info does not exist when the package is updating,
the PKGMGR_MDPARSER_PLUGIN_REMOVED() is called. We should remove the
information from the database.
Change-Id: I5199244be842bf2df5ce9e9939b9d6e32826c5b6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
const char* appid, GList* list)
{
_W("[__ALIAS_APPID__] pkgid(%s), appid(%s)", pkgid, appid);
+ PluginManager::GetInst().AddAppEventArgs(pkgid, appid,
+ EventType::Uninstall, list);
+ PluginManager::GetInst().Do();
return 0;
}
const char* appid, GList* list)
{
_W("[__ALLOWED_APPID__] pkgid(%s), appid(%s)", pkgid, appid);
+ PluginManager::GetInst().AddAppEventArgs(pkgid, appid,
+ EventType::Uninstall, list);
+ PluginManager::GetInst().Do();
return 0;
}