mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-15 04:42:24 +08:00
add new fontconfig known_output
This commit is contained in:
parent
fbcaae3db9
commit
cf45b3c490
1 changed files with 3 additions and 0 deletions
|
@ -50,5 +50,8 @@ KNOWN_PACKAGE_OUTPUT = {
|
||||||
r'Generation complete\.',
|
r'Generation complete\.',
|
||||||
r' .*_.*\.\.\. done',
|
r' .*_.*\.\.\. done',
|
||||||
],
|
],
|
||||||
|
'fontconfig': [
|
||||||
|
r'Rebuilding fontconfig cache\.\.\.',
|
||||||
|
],
|
||||||
**KNOWN_PACKAGE_OUTPUT_OVERRIDE
|
**KNOWN_PACKAGE_OUTPUT_OVERRIDE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue