Clear blkid-*.bz2 from cache, too (regression)
authorSebastian Pipping <sebastian@pipping.org>
Tue, 11 Jan 2011 15:05:11 +0000 (16:05 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Tue, 11 Jan 2011 15:05:11 +0000 (16:05 +0100)
gen_funcs.sh

index 12722ca58c368306719a5ce120881f3fec35afbd..cfb9d6b3d9fbf04ceeb45bddc681bd65f1458a32 100755 (executable)
@@ -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
 
 }