mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[RAPPS] Uninstall empty directories after its children (#7164)
This commit is contained in:
@@ -370,15 +370,12 @@ InstallFiles(const CStringW &SourceDirBase, const CStringW &Spec,
|
||||
{
|
||||
success = !ErrorBox(Info.Error);
|
||||
}
|
||||
else
|
||||
{
|
||||
success = AddEntry(UNOP_EMPTYDIR, uninstpath);
|
||||
}
|
||||
|
||||
if (success)
|
||||
{
|
||||
success = InstallFiles(from, filespec, to);
|
||||
}
|
||||
AddEntry(UNOP_EMPTYDIR, uninstpath);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user