summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Kline2016-01-13 19:32:22 -0800
committerMatt Kline2016-01-13 19:32:22 -0800
commit21e34a881573809d7db441410942e8cc1837f4d7 (patch)
tree0e79f5c53599ce8f0d9e93189af04e2e82618871
parent1220d1fb6afaac3cc3c4d1d98dc49f89812f3105 (diff)
downloadaur-21e34a881573809d7db441410942e8cc1837f4d7.tar.gz
Tweak .install script
-rw-r--r--PKGBUILD2
-rw-r--r--otf-xits.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c15cb12bd5b..949e0dde4e73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=otf-xits
pkgver=1.108
-pkgrel=1
+pkgrel=2
pkgdesc="An OpenType implementation of STIX fonts with math support"
arch=('any')
url="https://github.com/khaledhosny/xits-math"
diff --git a/otf-xits.install b/otf-xits.install
index 2158e59eac20..0476998b74dc 100644
--- a/otf-xits.install
+++ b/otf-xits.install
@@ -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/OTF
mkfontdir /usr/share/fonts/OTF
echo "done."