180308f Drop -f from rm calls

Authored and Committed by zbyszek 3 months ago
1 file changed. 6 lines added. 12 lines removed.
    Drop -f from rm calls
    
    -f is not needed because we should have permissions to remove all files, and it
    also silences errors which we don't want.
    
    It turns out that most of those 'rm' calls weren't doing anything, because the
    files were not there.
    
    [skip changelog]
    
        
file modified
+6 -12