[arch-commits] Commit in gsfonts/trunk (PKGBUILD install)

Gaëtan Bisson bisson at archlinux.org
Thu Jul 28 03:56:24 UTC 2016


    Date: Thursday, July 28, 2016 @ 03:56:23
  Author: bisson
Revision: 272530

fix install scriptlet

Modified:
  gsfonts/trunk/PKGBUILD
  gsfonts/trunk/install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-27 20:07:10 UTC (rev 272529)
+++ PKGBUILD	2016-07-28 03:56:23 UTC (rev 272530)
@@ -6,7 +6,7 @@
 pkgname=gsfonts
 _pkgname=urw-core35-fonts
 pkgver=20160531
-pkgrel=2
+pkgrel=3
 pkgdesc='URW+ Postscript core35 fonts'
 url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
 arch=('any')

Modified: install
===================================================================
--- install	2016-07-27 20:07:10 UTC (rev 272529)
+++ install	2016-07-28 03:56:23 UTC (rev 272530)
@@ -1,7 +1,7 @@
 post_install() {
 	fc-cache -s &> /dev/null
-	mkfontscale /usr/share/fonts/Type1 &>/dev/null
-	mkfontdir /usr/share/fonts/Type1 &>/dev/null
+	mkfontscale /usr/share/fonts/OTF &>/dev/null
+	mkfontdir /usr/share/fonts/OTF &>/dev/null
 }
 
 post_upgrade() {



More information about the arch-commits mailing list