summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2017-01-24 10:44:39 -0800
committerGavin Lloyd2017-01-24 10:44:39 -0800
commit09e8467a4d8c3c9e109d1d6ba4631b8068e7d89e (patch)
treec1b23504d391274f3fbee6d96ba27255789d4e8c
parent94b51039fa61b28bde541389c9a2562055366267 (diff)
downloadaur-09e8467a4d8c3c9e109d1d6ba4631b8068e7d89e.tar.gz
Remove .install
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
-rw-r--r--otf-vegur.install18
3 files changed, 8 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c523b89cca91..a896547b5f9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
+# Generated by mksrcinfo v8
+# Tue Jan 24 18:44:32 UTC 2017
pkgbase = otf-vegur
pkgdesc = Humanist sans-serif font used for the LibreOffice logo
pkgver = 0.701
- pkgrel = 1
- url = http://www.dotcolon.net/font/?id=vegur
- install = otf-vegur.install
+ pkgrel = 2
+ url = http://dotcolon.net/font/?id=vegur
arch = i686
arch = x86_64
license = custom:CC0
depends = fontconfig
depends = xorg-font-utils
- source = http://www.dotcolon.net/DL/font/vegur.zip
+ source = http://dotcolon.net/DL/font/vegur.zip
md5sums = 230bd8b9e28aeadb1113cdd508b69c2b
pkgname = otf-vegur
diff --git a/PKGBUILD b/PKGBUILD
index 62d1e5c2a68f..387949e69624 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=otf-vegur
pkgver=0.701
-pkgrel=1
+pkgrel=2
pkgdesc='Humanist sans-serif font used for the LibreOffice logo'
arch=('i686' 'x86_64')
license=('custom:CC0')
-url='http://www.dotcolon.net/font/?id=vegur'
+url='http://dotcolon.net/font/?id=vegur'
depends=('fontconfig' 'xorg-font-utils')
-source=('http://www.dotcolon.net/DL/font/vegur.zip')
+source=('http://dotcolon.net/DL/font/vegur.zip')
md5sums=('230bd8b9e28aeadb1113cdd508b69c2b')
-install=$pkgname.install
package() {
install -d $pkgdir/usr/share/fonts/OTF/
diff --git a/otf-vegur.install b/otf-vegur.install
deleted file mode 100644
index 8de353a0501f..000000000000
--- a/otf-vegur.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_install() {
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-op=$1
-shift
-
-$op $*