| 551 | } |
| 552 | |
| 553 | void Installer::FinalizeInstallation() { |
| 554 | ncmContentStorageClose(&this->cnt_storage); |
| 555 | ncmContentMetaDatabaseClose(&this->cnt_meta_db); |
| 556 | |
| 557 | auto nand_sys_explorer = fs::GetNANDSystemExplorer(); |
| 558 | nand_sys_explorer->DeleteDirectory(GLEAF_PATH_NAND_INSTALL_TEMP_DIR); |
| 559 | } |
| 560 | |
| 561 | } |
no test coverage detected