~rkta/quiltutils

d10cb50025c0a586684854c15629edddc2cc64bc — Rene Kita 5 months ago 67f64a4
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