cleanup_temp_root

Function cleanup_temp_root 

Source
pub(crate) fn cleanup_temp_root(temp_root: &Path)
Expand description

Remove the temporary root directory used for a single install attempt.

Cleanup failures are logged as warnings rather than returned to the caller, because install rollback should make a best effort without masking the original failure that triggered cleanup.