[arch-commits] Commit in font-bh-ttf/trunk (PKGBUILD install)

Gaëtan Bisson bisson at archlinux.org
Mon Dec 25 23:16:10 UTC 2017


    Date: Monday, December 25, 2017 @ 23:16:09
  Author: bisson
Revision: 313628

remove install file

Modified:
  font-bh-ttf/trunk/PKGBUILD
Deleted:
  font-bh-ttf/trunk/install

----------+
 PKGBUILD |    4 +---
 install  |   13 -------------
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-25 23:11:42 UTC (rev 313627)
+++ PKGBUILD	2017-12-25 23:16:09 UTC (rev 313628)
@@ -4,7 +4,7 @@
 
 pkgname=font-bh-ttf
 pkgver=1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc='X.org Luxi Truetype fonts'
 url='https://xorg.freedesktop.org/'
 license=('custom')
@@ -13,8 +13,6 @@
 source=("${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2")
 sha256sums=('1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f')
 
-install=install
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	./configure --prefix=/usr --with-fontdir=/usr/share/fonts/TTF

Deleted: install
===================================================================
--- install	2017-12-25 23:11:42 UTC (rev 313627)
+++ install	2017-12-25 23:16:09 UTC (rev 313628)
@@ -1,13 +0,0 @@
-post_install() {
-	fc-cache -s > /dev/null
-	mkfontscale usr/share/fonts/TTF
-	mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list