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

Gaëtan Bisson bisson at archlinux.org
Sun Jul 9 04:18:04 UTC 2017


    Date: Sunday, July 9, 2017 @ 04:18:03
  Author: bisson
Revision: 299921

implement FS#54739

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

----------+
 PKGBUILD |    2 --
 install  |   13 -------------
 2 files changed, 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-09 00:49:36 UTC (rev 299920)
+++ PKGBUILD	2017-07-09 04:18:03 UTC (rev 299921)
@@ -16,8 +16,6 @@
 source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
 sha256sums=('SKIP')
 
-install=install
-
 package() {
 	cd "${srcdir}/${_pkgname}"
 	install -d "${pkgdir}"/usr/share/fonts/OTF

Deleted: install
===================================================================
--- install	2017-07-09 00:49:36 UTC (rev 299920)
+++ install	2017-07-09 04:18:03 UTC (rev 299921)
@@ -1,13 +0,0 @@
-post_install() {
-	fc-cache -s &> /dev/null
-	mkfontscale /usr/share/fonts/OTF &>/dev/null
-	mkfontdir /usr/share/fonts/OTF &>/dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list