Skip to content

Commit 8e12be8

Browse files
also clean biber cache
1 parent 4579a32 commit 8e12be8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/build/build.lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ function doCleanup() {
766766
find -E . -path '*.git' -prune -o -regex ".*\.(brf|bak|aux|bbl|blg|idx|out|new|lot|loa|lof|toc|log|ilg|ind|gls|glo|slg|syg|syi|lol|maf|spl|glg|xdy|glsdefs|bcf|mtc.*|fls|fdb_latexmk|xref|tmp|idv|lg|dvi|4ct|4tc)$" -exec rm {} \;
767767
find -E . -path '*.git' -prune -o -regex ".*-blx\.bib|.*biblatex_check\.html|.*biber_check.txt|.*\.run\.xml$" -exec rm {} \;
768768
fi
769+
command -v biber >/dev/null 2>&1 && rm -rf `biber --cache`
769770
echo "done";
770771
}
771772

0 commit comments

Comments
 (0)