Remove orphaned backups after removing the patches
1 files changed, 7 insertions(+), 0 deletions(-) M qclean
M qclean => qclean +7 -0
@@ 17,3 17,10 @@ qorphan="${PORPHAN:-qorphan}" do $print rm "$f" done + +# Do a second run to remove newly orphaned backup files from the first run +"$qorphan" "$@" | + while read -r f + do + $print rm "$f" + done