mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00: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