Change-Id: If18fce493339c8e68ff36b45255e88c53d5af111
Signed-off-by: Damian Pietruchowski <d.pietruchow@samsung.com>
switch (pkgmgr_->GetRequestType()) {
case RequestType::Install:
- context_->file_path.set(pkgmgr_->GetRequestInfo());
- context_->pkgid.set(kStrEmpty);
- if (!pkgmgr_->GetTepPath().empty()) {
- context_->tep_path.set(pkgmgr_->GetTepPath());
- context_->is_tep_move.set(pkgmgr_->GetIsTepMove());
- }
- break;
case RequestType::Update:
context_->file_path.set(pkgmgr_->GetRequestInfo());
context_->pkgid.set(kStrEmpty);