summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sequeira2017-03-05 10:51:59 -0500
committerPhilip Sequeira2017-03-05 10:51:59 -0500
commit3670cff2ed929090b2143782ca587be7760442c8 (patch)
treeb2a3780507047456d95a71acbdc2bbed3eb5e688
parent97705e71c92e979fefb706f9c5d74d2513200608 (diff)
downloadaur-3670cff2ed929090b2143782ca587be7760442c8.tar.gz
remove install script
Now handled by hooks.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--otf.install15
3 files changed, 6 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1172a9c4a9fd..f173f49b5a18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
+# Generated by mksrcinfo v8
+# Sun Mar 5 15:45:58 UTC 2017
pkgbase = otf-exo
pkgdesc = A geometric sans serif font with a technological feel
pkgver = 2.0
- pkgrel = 4
+ pkgrel = 5
url = http://ndiscovered.com/exo-2/
- install = otf.install
arch = any
license = OFL
depends = fontconfig
- depends = xorg-font-utils
+ depends = xorg-mkfontdir
source = http://www.ndiscovered.com/downloads/exo2/EXO_2_OTF.zip
md5sums = 538ac351c1d0dc13b658625894646805
sha256sums = af21ab3a7df57544625ebaaa6a66a9cae7666ce6c994030106a1f7e1e3a67ade
diff --git a/PKGBUILD b/PKGBUILD
index 5f79f43e20fb..929f8de06009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=otf-exo
pkgver=2.0
-pkgrel=4
+pkgrel=5
pkgdesc='A geometric sans serif font with a technological feel'
arch=('any')
url='http://ndiscovered.com/exo-2/'
license=('OFL')
-depends=('fontconfig' 'xorg-font-utils')
-install=otf.install
+depends=('fontconfig' 'xorg-mkfontdir')
source=('http://www.ndiscovered.com/downloads/exo2/EXO_2_OTF.zip')
md5sums=('538ac351c1d0dc13b658625894646805')
sha256sums=('af21ab3a7df57544625ebaaa6a66a9cae7666ce6c994030106a1f7e1e3a67ade')
diff --git a/otf.install b/otf.install
deleted file mode 100644
index 67d92c2a2c0e..000000000000
--- a/otf.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}