Clear blkid-*.bz2 from cache, too (regression)

cleanup-cruft
Sebastian Pipping 14 years ago
parent b4f310213e
commit 4025ca4ce6

@ -254,7 +254,7 @@ then
do do
print_info 1 " >> removing ${i}" print_info 1 " >> removing ${i}"
rm "${i}" rm "${i}"
done < <(find "${CACHE_DIR}" -maxdepth 1 -type f -name '*.tar.*') done < <(find "${CACHE_DIR}" -maxdepth 1 -type f -name '*.tar.*' -o -name '*.bz2')
fi fi
} }

Loading…
Cancel
Save