summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2017-09-15 13:48:50 +0300
committerAdrian Perez de Castro2017-09-15 13:48:50 +0300
commitdce6444c6a09b389c11dfa54eaa598417ef8326c (patch)
tree8cbc2f4f36f3fded06091e96d5251065241c8e4a
parent544ec57d0003ef9d6481e35c73c675cd9d6ee5ae (diff)
downloadaur-dce6444c6a09b389c11dfa54eaa598417ef8326c.tar.gz
Remove unneeded font.install script
Pacman uses hooks nowadays for this kind of thing, the script is not needed anymore.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--font.install15
3 files changed, 2 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aeaa8ceac951..cc0e0c6a601f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,8 @@
-# Generated by makepkg 5.0.0
-# Mon Feb 8 12:25:34 UTC 2016
pkgbase = uw-ttyp0-font
pkgdesc = Bitmap monospaced font with unicode support and Powerline symbols
pkgver = 1.3
- pkgrel = 4
+ pkgrel = 5
url = http://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0
- install = font.install
arch = any
license = custom
makedepends = xorg-bdftopcf
diff --git a/PKGBUILD b/PKGBUILD
index 79157a9568c3..6ed98e65114e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,13 @@ _encodings='uni i15'
pkgname='uw-ttyp0-font'
pkgdesc='Bitmap monospaced font with unicode support and Powerline symbols'
pkgver='1.3'
-pkgrel='4'
+pkgrel='5'
arch=('any')
url='http://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0'
source=("${url}/uw-ttyp0-${pkgver}.tar.gz")
license=('custom')
makedepends=('xorg-mkfontscale' 'xorg-mkfontdir')
makedepends=('xorg-bdftopcf' 'perl')
-install=font.install
sha512sums=('193966b826cafa313384f20e225d4a0b0057364ed23c2beaf27a59095fdb9079281fdc1d292592038512a56ec0387e531a28449344e2960f0ecd3e64c7a6f6e7')
prepare () {
diff --git a/font.install b/font.install
deleted file mode 100644
index 7fc87d3fa39d..000000000000
--- a/font.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install () {
- fc-cache -s
- mkfontscale usr/share/fonts/misc
- mkfontdir usr/share/fonts/misc
-}
-
-post_upgrade () {
- post_install
-}
-
-post_remove () {
- post_install
-}
-
-# vim:ts=2 sw=2 et ft=sh