summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--ttf.install15
3 files changed, 2 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95b1e0cbc09b..644aab7c840d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = ttf-manaspace
pkgdesc = Secret of Mana Font converted to TTF
pkgver = 1
- pkgrel = 3
+ pkgrel = 4
url = https://www.zone38.net/font/
- install = ttf.install
arch = any
license = custom
source = https://www.zone38.net/font/manaspc_ger.zip
diff --git a/PKGBUILD b/PKGBUILD
index 0cf7f14f16c0..2b776bc25cc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
pkgname=ttf-manaspace
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc="Secret of Mana Font converted to TTF"
arch=('any')
url="https://www.zone38.net/font/"
license=('custom')
-install=ttf.install
source=(https://www.zone38.net/font/manaspc_ger.zip)
md5sums=('f9f00e48dce0cf5a8fae97654d8a0419')
diff --git a/ttf.install b/ttf.install
deleted file mode 100644
index 16db3c130c72..000000000000
--- a/ttf.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f -s >/dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}