summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Swagar2017-02-13 16:25:08 -0800
committerTyler Swagar2017-02-13 16:25:08 -0800
commit199a3777b28b96b1aaf6742853b94040d23cf8e6 (patch)
treed43cee2c3f3464f15d22de35aa8a5869b3cd4279
parente66ff4e9755ec249b5421d4d04afa5d8e7b345d1 (diff)
downloadaur-199a3777b28b96b1aaf6742853b94040d23cf8e6.tar.gz
Remove redundant .install
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--ttf-signika.install15
3 files changed, 1 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b621f6f17b99..7727dfb0ac31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Jan 26 05:46:13 UTC 2017
+# Tue Feb 14 00:24:12 UTC 2017
pkgbase = ttf-signika
pkgdesc = Sans-serif typeface from Google by Anna Giedryƛ
pkgver = 1.000
pkgrel = 3
url = https://fonts.google.com/specimen/Signika
- install = ttf-signika.install
arch = any
license = custom:SIL Open Font License v1.1
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index cfc41352e2f6..f346d238af7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ url='https://fonts.google.com/specimen/Signika'
license=('custom:SIL Open Font License v1.1')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
conflicts=('ttf-google-fonts-git' 'ttf-google-fonts-opinionated-git' 'ttf-signika-family-ib')
-install="${pkgname}.install"
source=("Signika-Bold-${pkgver}.ttf::https://github.com/google/fonts/raw/883939708704a19a295e0652036369d22469e8dc/ofl/signika/Signika-Bold.ttf"
"Signika-Light-${pkgver}.ttf::https://github.com/google/fonts/raw/883939708704a19a295e0652036369d22469e8dc/ofl/signika/Signika-Light.ttf"
"Signika-Regular-${pkgver}.ttf::https://github.com/google/fonts/raw/883939708704a19a295e0652036369d22469e8dc/ofl/signika/Signika-Regular.ttf"
diff --git a/ttf-signika.install b/ttf-signika.install
deleted file mode 100644
index 43e14fbd0cff..000000000000
--- a/ttf-signika.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
-}