fontconfig: warn that fc-cache will take a while.

Closes #506.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Iain D Broadfoot 2016-04-21 12:28:03 +01:00 committed by Mike McQuaid
parent cc8d4fe45d
commit 32a27a5676

View file

@ -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