From 4025ca4ce66b5967d02cb38f52544932f633f0fa Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 11 Jan 2011 16:05:11 +0100 Subject: [PATCH] Clear blkid-*.bz2 from cache, too (regression) --- gen_funcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_funcs.sh b/gen_funcs.sh index 12722ca..cfb9d6b 100755 --- a/gen_funcs.sh +++ b/gen_funcs.sh @@ -254,7 +254,7 @@ then do print_info 1 " >> removing ${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 } -- 2.26.2