#include <common/step/filesystem/step_remove_per_user_storage_directories.h>
#include <common/step/filesystem/step_remove_temporary_directory.h>
#include <common/step/filesystem/step_remove_tep.h>
+#include <common/step/filesystem/step_remove_user_data.h>
#include <common/step/filesystem/step_remove_zip_image.h>
#include <common/step/filesystem/step_unzip.h>
#include <common/step/filesystem/step_update_per_user_storage_directories.h>
AddStep<ci::filesystem::StepRemoveFiles>();
AddStep<ci::filesystem::StepRemoveZipImage>();
AddStep<ci::pkgmgr::StepUpdateApplication>();
+ AddStep<ci::filesystem::StepRemoveUserData>();
AddStep<ci::configuration::StepSwitchReadonlyMode>();
AddStep<ci::security::StepRegisterTrustAnchor>(
ci::security::StepRegisterTrustAnchor::RegisterType::UPDATE);