fontconfig: warn that fc-cache will take a while.
Closes #506. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
cc8d4fe45d
commit
32a27a5676
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class Fontconfig < Formula
|
|||
end
|
||||
|
||||
def post_install
|
||||
ohai "Regenerating font cache, this may take a while"
|
||||
system "#{bin}/fc-cache", "-frv"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue