summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Settle2017-01-13 21:39:32 -0500
committerJustin Settle2017-01-13 21:45:10 -0500
commit8f40526e0790079e6fc3f586892535d3c125cbfe (patch)
treee158f01ac6c3ee42fb6ef0670fc60b43142162c1
parent39200ac7cd4c1242c010b1033605fa56588301f2 (diff)
downloadaur-8f40526e0790079e6fc3f586892535d3c125cbfe.tar.gz
Remove ttf.install; Pacman hooks should now update fc-cache.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--ttf.install16
3 files changed, 0 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d93ab95775dd..379e39a26799 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = ttf-carlito
pkgver = 20130920
pkgrel = 1
url = https://code.google.com/p/chromium/issues/detail?id=280557
- install = ttf.install
arch = any
license = custom:OFL
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 34f1c84a9f61..b34a1247a2c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ license=('custom:OFL')
url='https://code.google.com/p/chromium/issues/detail?id=280557'
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
provides=('ttf-font')
-install=ttf.install
source=("http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/crosextrafonts-carlito-$pkgver.tar.gz"
30-0-carlito.conf)
md5sums=('c74b7223abe75949b4af367942d96c7a'
diff --git a/ttf.install b/ttf.install
deleted file mode 100644
index 7d26d0c2aafa..000000000000
--- a/ttf.install
+++ /dev/null
@@ -1,16 +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
-}
-