From: Soyoung Kim Date: Fri, 12 Oct 2012 07:09:01 +0000 (+0900) Subject: Fixed uninstall command for hybrid webapp X-Git-Tag: submit/trunk/20121012.073831~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a5381068474c45cd044d4a3e90ecaf93196688b;p=platform%2Fframework%2Fweb%2Fwrt-installer.git Fixed uninstall command for hybrid webapp - Modify uninstall command oap to tpk for hybrid webapp --- diff --git a/src/jobs/widget_uninstall/task_uninstall_ospsvc.cpp b/src/jobs/widget_uninstall/task_uninstall_ospsvc.cpp index 403bce5..4357ba9 100644 --- a/src/jobs/widget_uninstall/task_uninstall_ospsvc.cpp +++ b/src/jobs/widget_uninstall/task_uninstall_ospsvc.cpp @@ -31,7 +31,7 @@ using namespace WrtDB; namespace { const int MAX_BUF_SIZE = 128; -const char* OSP_INSTALL_STR = "/usr/etc/package-manager/backend/oap -uv "; +const char* OSP_INSTALL_STR = "/usr/etc/package-manager/backend/tpk -uv "; } namespace Jobs {