[arch-commits] Commit in tamsyn-font/trunk (PKGBUILD tamsyn-font.install)

Kyle Keen kkeen at archlinux.org
Sat Jan 3 14:06:02 UTC 2015


    Date: Saturday, January 3, 2015 @ 15:06:01
  Author: kkeen
Revision: 125232

upgpkg: tamsyn-font 1.10-2 fc-cache todo

Modified:
  tamsyn-font/trunk/PKGBUILD
  tamsyn-font/trunk/tamsyn-font.install

---------------------+
 PKGBUILD            |    2 +-
 tamsyn-font.install |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-03 14:01:48 UTC (rev 125231)
+++ PKGBUILD	2015-01-03 14:06:01 UTC (rev 125232)
@@ -3,7 +3,7 @@
 
 pkgname=tamsyn-font
 pkgver=1.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A monospaced bitmap font for the console and X11"
 arch=('any')
 url="http://www.fial.com/~scott/tamsyn-font"

Modified: tamsyn-font.install
===================================================================
--- tamsyn-font.install	2015-01-03 14:01:48 UTC (rev 125231)
+++ tamsyn-font.install	2015-01-03 14:06:01 UTC (rev 125232)
@@ -1,7 +1,7 @@
 # arg 1: the new package version
 post_install() {
   echo "Updating font cache... " 
-  fc-cache -fs >/dev/null 2>&1
+  fc-cache -s >/dev/null 2>&1
   mkfontscale /usr/share/fonts/local
   mkfontdir /usr/share/fonts/local
   echo "See the README in /usr/share/doc/tamsyn-font for more info."
@@ -15,7 +15,7 @@
 
 # arg 1: the old package version
 post_remove() {
-  fc-cache -fs >/dev/null 2>&1
+  fc-cache -s >/dev/null 2>&1
   mkfontscale /usr/share/fonts/local
   mkfontdir /usr/share/fonts/local
 }



More information about the arch-commits mailing list