summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2017-01-24 10:42:26 -0800
committerGavin Lloyd2017-01-24 10:42:26 -0800
commit28f7ed6e3c74156ebd896a96402333301826965d (patch)
tree8c31efa9d58e617c0176a58c7f6130cc36c306c7
parente450fd524cb28eebda560aef71f29672d1169ad4 (diff)
downloadaur-28f7ed6e3c74156ebd896a96402333301826965d.tar.gz
Remove .install
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--otf-fifthleg.install18
3 files changed, 4 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db5cd25fb3d0..2e174859ac48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Tue Jan 24 18:42:25 UTC 2017
pkgbase = otf-fifthleg
pkgdesc = Font used for openSUSE-branded material
pkgver = 0.6
- pkgrel = 5
+ pkgrel = 6
url = http://jimmac.musichall.cz/log/?p=440
- install = otf-fifthleg.install
arch = i686
arch = x86_64
license = custom:OFL
diff --git a/PKGBUILD b/PKGBUILD
index 0e08507d9fdd..5ce99e6a08f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=otf-fifthleg
pkgver=0.6
-pkgrel=5
+pkgrel=6
pkgdesc='Font used for openSUSE-branded material'
arch=('i686' 'x86_64')
license=('custom:OFL')
@@ -11,7 +11,6 @@ url='http://jimmac.musichall.cz/log/?p=440'
depends=('fontconfig' 'xorg-font-utils')
source=("https://api.opensuse.org/public/source/openSUSE:Factory/fifth-leg-font/opensuse-font-fifth-leg-$pkgver.tar.bz2")
md5sums=('5a9852e078b4c9ccd8fe5c472bba1184')
-install=$pkgname.install
package() {
install -d $pkgdir/usr/share/fonts/OTF/
diff --git a/otf-fifthleg.install b/otf-fifthleg.install
deleted file mode 100644
index 8de353a0501f..000000000000
--- a/otf-fifthleg.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 $*