From e7b01e496c7a848a9d78a021f9e6c5e1a57bc03e Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Mon, 5 Dec 2016 17:45:51 +0900 Subject: [PATCH] Creation for symbolic link will not skipped even if request mode is manifestdirect-operations Change-Id: I14362452d05c4b1d581c77460aebfd991d1b19e4 Signed-off-by: Junghyun Yeon --- src/tpk/step/filesystem/step_create_symbolic_link.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tpk/step/filesystem/step_create_symbolic_link.cc b/src/tpk/step/filesystem/step_create_symbolic_link.cc index 5265ecc..14e1135 100644 --- a/src/tpk/step/filesystem/step_create_symbolic_link.cc +++ b/src/tpk/step/filesystem/step_create_symbolic_link.cc @@ -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); -- 2.7.4