Creation for symbolic link will not skipped 57/102257/4
authorJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 5 Dec 2016 08:45:51 +0000 (17:45 +0900)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Thu, 8 Dec 2016 12:07:44 +0000 (04:07 -0800)
even if request mode is manifestdirect-operations

Change-Id: I14362452d05c4b1d581c77460aebfd991d1b19e4
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/tpk/step/filesystem/step_create_symbolic_link.cc

index 5265ecc429aa6e1e2aedf54653a081aa6ccec422..14e113512909c2b3adb978ae76f16f7f5feaa435 100644 (file)
@@ -49,11 +49,6 @@ bool CreateSymLink(application_x* app, InstallerContext* context) {
       }
     }
   } else {
-    if (context->request_type.get() == ci::RequestType::ManifestDirectInstall ||
-        context->request_type.get() == ci::RequestType::ManifestDirectUpdate) {
-      return true;
-    }
-
     // Exec path
     // Make a symlink with the name of appid, pointing exec file
     bf::path symlink_path = bindir / bf::path(app->appid);