summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2018-12-09 13:17:43 +0100
committerSanskritFritz2018-12-09 13:17:43 +0100
commit3fb8840f47003fe8c2b01533aef5a9a32fa1296e (patch)
tree194d593ece65e4210d181cc320a9a2739c29cf24
parent180dfa7e19aeecc41036554a8d93b0cf844d1c34 (diff)
downloadaur-3fb8840f47003fe8c2b01533aef5a9a32fa1296e.tar.gz
Install file not needed, deleted.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--ttf.install20
3 files changed, 2 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1102d5761393..7ed262cb31a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = ttf-montepetrum
pkgdesc = A very tall, narrow, thin, sans serif font.
pkgver = 1
- pkgrel = 3
+ pkgrel = 4
url = http://aajohan.deviantart.com/art/Montepetrum-Font-151870278
- install = ttf.install
arch = any
license = CCPL
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index dbcd2baeb0ac..abcd06c2652f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname=ttf-montepetrum
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc="A very tall, narrow, thin, sans serif font."
arch=('any')
url="http://aajohan.deviantart.com/art/Montepetrum-Font-151870278"
license=('CCPL')
depends=('fontconfig' 'xorg-font-utils')
-install=ttf.install
source=("http://fc01.deviantart.net/fs70/f/2010/027/f/5/Montepetrum___Font_by_aajohan.zip")
md5sums=('d631b527bec723d6fbd4324943672b13')
diff --git a/ttf.install b/ttf.install
deleted file mode 100644
index 4f5212ef22ba..000000000000
--- a/ttf.install
+++ /dev/null
@@ -1,20 +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
-}
-
-op=$1
-shift
-
-$op $*