- Change order of steps to smack labels of symlinks.
Change-Id: Iac3867964b40306b38b086ccf564acb340bcec75
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Install);
AddStep<ci::filesystem::StepCreatePerUserStorageDirectories>();
- AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
+ AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
}
void TpkInstaller::UpdateSteps() {