[arch-commits] Commit in ttf-liberation/trunk (PKGBUILD ttf.install)

Lukas Fleischer lfleischer at archlinux.org
Fri Jan 9 13:54:11 UTC 2015


    Date: Friday, January 9, 2015 @ 14:54:10
  Author: lfleischer
Revision: 125658

upgpkg: ttf-liberation 2.00.1-5

Use `fc-cache -s` instead of `fc-cache -f`.

Modified:
  ttf-liberation/trunk/PKGBUILD
  ttf-liberation/trunk/ttf.install

-------------+
 PKGBUILD    |    2 +-
 ttf.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-09 13:48:59 UTC (rev 125657)
+++ PKGBUILD	2015-01-09 13:54:10 UTC (rev 125658)
@@ -8,7 +8,7 @@
 
 pkgname=ttf-liberation
 pkgver=2.00.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Red Hats Liberation fonts.'
 arch=('any')
 license=('custom:OFL')

Modified: ttf.install
===================================================================
--- ttf.install	2015-01-09 13:48:59 UTC (rev 125657)
+++ ttf.install	2015-01-09 13:54:10 UTC (rev 125658)
@@ -1,6 +1,6 @@
 post_install() {
   echo -n "Updating font cache... "
-  fc-cache -f > /dev/null
+  fc-cache -s > /dev/null
   mkfontscale /usr/share/fonts/TTF
   mkfontdir /usr/share/fonts/TTF
   echo "done."



More information about the arch-commits mailing list