summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--ttf-spionic.install15
3 files changed, 2 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b66457d08de..613a393e09a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = ttf-spionic
pkgdesc = A public domain Greek font (Ionic)
pkgver = 19990210
- pkgrel = 1
+ pkgrel = 2
url = http://rosetta.reltech.org/TC/fonts/
- install = ttf-spionic.install
arch = any
license = custom
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 3c4afea3330f..f6e93ce5d7d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=ttf-spionic
pkgver=19990210
-pkgrel=1
+pkgrel=2
pkgdesc='A public domain Greek font (Ionic)'
arch=('any')
url='http://rosetta.reltech.org/TC/fonts/'
license=('custom') # Non-commercial
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install='ttf-spionic.install'
source=('http://rosetta.reltech.org/TC/fonts/windows/SPIONIC_.TTF')
md5sums=('179d07182ab44a911770fe6c2563fc52')
diff --git a/ttf-spionic.install b/ttf-spionic.install
deleted file mode 100644
index 43e14fbd0cff..000000000000
--- a/ttf-spionic.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
-}