Remove unnecessary step 22/168522/1
authorSeungha Son <seungha.son@samsung.com>
Fri, 26 Jan 2018 02:38:47 +0000 (11:38 +0900)
committerSeungha Son <seungha.son@samsung.com>
Mon, 29 Jan 2018 06:57:18 +0000 (15:57 +0900)
 StepRollbackDeinstallationSecurity is meaningless.
 It is meaningless to rollback in undo() because removing the security
 is done after uninstall process() steps have been compelted.

Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: I5207f3cb5592b683cc25b945cd3642b5750be530

src/tpk/tpk_installer.cc

index 63335f5e136da4558ec472be48e4fe65d6d26d0f..d7e55b4ca97a6ade05ce140c998b1fa7aaaf70b8 100644 (file)
@@ -283,7 +283,6 @@ void TpkInstaller::UninstallSteps() {
   AddStep<ci::filesystem::StepRemovePerUserStorageDirectories>();
   AddStep<tpk::filesystem::StepRemoveExternalStorageDirectories>();
   AddStep<ci::pkgmgr::StepUnregisterApplication>();
-  AddStep<ci::security::StepRollbackDeinstallationSecurity>();
   AddStep<ci::filesystem::StepRemoveTep>();
   AddStep<ci::security::StepUnregisterTrustAnchor>();
   AddStep<ci::security::StepPrivacyPrivilege>(