summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomanos Skiadas2021-03-12 00:58:42 +0000
committerRomanos Skiadas2021-03-12 00:58:42 +0000
commit183a1b322d8055245f01e73acd974e0e5dfafe40 (patch)
treecdb266cd617b84313de822c03f3960ee69ded083
parent7f52c4703da5eae44ccc771f3f6ab791d5f1ffda (diff)
downloadaur-ttf-manaspace.tar.gz
Remove install script
doesn't look like it's needed anymore, this is what was pulling the deps that I removed. pkgrel 3 still executed it so it produced errors on install
-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
-}