summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Swagar2017-02-13 16:07:10 -0800
committerTyler Swagar2017-02-13 16:07:10 -0800
commitc4c3643f4a343c1e735039b4c11a5035a985d7eb (patch)
tree3a10523b32cb0c15035ba96d65fc87c5be1c8333
parentc4868bd6b0a81d30cf70809f7afd465b7166bd6a (diff)
downloadaur-c4c3643f4a343c1e735039b4c11a5035a985d7eb.tar.gz
Remove redundant .install
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--ttf-heuristica.install15
3 files changed, 1 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dfdb526e470..06788e393213 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Jan 15 00:38:00 UTC 2017
+# Tue Feb 14 00:03:46 UTC 2017
pkgbase = ttf-heuristica
pkgdesc = A serif latin & cyrillic font, derived from the "Adobe Utopia" font by Apanov
pkgver = 1.0.2
pkgrel = 2
url = https://sourceforge.net/projects/heuristica/
- install = ttf-heuristica.install
arch = any
license = custom:SIL Open Font License v1.1
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 2ace002334c9..8284faf8b444 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ url='https://sourceforge.net/projects/heuristica/'
license=('custom:SIL Open Font License v1.1')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
conflicts=('otf-heuristica-ib' 'ttf-heuristica-ibx')
-install="${pkgname}.install"
source=("https://downloads.sourceforge.net/project/heuristica/heuristica-ttf-${pkgver}.tar.xz")
sha256sums=('08bf21e44941d195dceab637c3d8e22f4b5ce8490c83993cebd85d721b92553d')
diff --git a/ttf-heuristica.install b/ttf-heuristica.install
deleted file mode 100644
index 43e14fbd0cff..000000000000
--- a/ttf-heuristica.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}