summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2016-10-16 10:56:59 +0300
committerAnton Leontiev2017-09-21 16:33:36 +0300
commitf9446e0d0daca9c5f302245bca7b69f9f8798d71 (patch)
tree4197cfe05cc8b9dd1e2d7103e06362230069ea14
parentcac5aedebbda602318d73910f6f7127436b40d8a (diff)
downloadaur-f9446e0d0daca9c5f302245bca7b69f9f8798d71.tar.gz
Remove install file
All necessary hooks for font installation are provided by libalpm.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--ttf-andika.install15
3 files changed, 0 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f14e3d0075a4..5a57a9cbd510 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,8 @@
-# Generated by mksrcinfo v8
-# Sun Oct 16 07:56:40 UTC 2016
pkgbase = ttf-andika
pkgdesc = A sans serif, Unicode-compliant font designed especially for literacy use
pkgver = 5.000
pkgrel = 1
url = http://software.sil.org/andika/
- install = ttf-andika.install
arch = any
license = custom:OFL
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 652c3a36506f..0e65f8ad0df6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ arch=('any')
license=('custom:OFL')
depends=('fontconfig' 'xorg-font-utils')
conflicts=('ttf-sil-fonts')
-install=ttf-andika.install
source=(http://software.sil.org/downloads/d/andika/Andika-$pkgver.zip)
md5sums=('b1667e145cdf1f074887b632d72a52d4')
diff --git a/ttf-andika.install b/ttf-andika.install
deleted file mode 100644
index 7dde94b45180..000000000000
--- a/ttf-andika.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 $1
-}
-
-post_remove() {
- post_install $1
-}