[arch-commits] Commit in ttf-ubuntu-font-family/trunk (2 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Sat Jan 3 11:49:22 UTC 2015
Date: Saturday, January 3, 2015 @ 12:49:22
Author: mtorromeo
Revision: 125210
upgpkg: ttf-ubuntu-font-family 0.80-5
Fixed fc-cache -s in install script
Modified:
ttf-ubuntu-font-family/trunk/PKGBUILD
ttf-ubuntu-font-family/trunk/ttf-ubuntu-font-family.install
--------------------------------+
PKGBUILD | 2 +-
ttf-ubuntu-font-family.install | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-03 11:48:44 UTC (rev 125209)
+++ PKGBUILD 2015-01-03 11:49:22 UTC (rev 125210)
@@ -3,7 +3,7 @@
pkgname=ttf-ubuntu-font-family
pkgver=0.80
-pkgrel=4
+pkgrel=5
pkgdesc="Ubuntu font family"
arch=('any')
url="http://font.ubuntu.com/"
Modified: ttf-ubuntu-font-family.install
===================================================================
--- ttf-ubuntu-font-family.install 2015-01-03 11:48:44 UTC (rev 125209)
+++ ttf-ubuntu-font-family.install 2015-01-03 11:49:22 UTC (rev 125210)
@@ -1,5 +1,6 @@
post_install() {
- fc-cache -fs > /dev/null
+ echo "updating font cache..."
+ fc-cache -s
mkfontscale /usr/share/fonts/TTF
mkfontdir /usr/share/fonts/TTF
}
More information about the arch-commits
mailing list