Fixed uninstall command for hybrid webapp
authorSoyoung Kim <sy037.kim@samsung.com>
Fri, 12 Oct 2012 07:09:01 +0000 (16:09 +0900)
committerSoyoung Kim <sy037.kim@samsung.com>
Fri, 12 Oct 2012 07:12:30 +0000 (16:12 +0900)
- Modify uninstall command oap to tpk for hybrid webapp

src/jobs/widget_uninstall/task_uninstall_ospsvc.cpp

index 403bce5..4357ba9 100644 (file)
@@ -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 {