summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornoonov2017-07-24 09:41:06 +0900
committernoonov2017-07-24 09:41:06 +0900
commit5b7dec49499db281148b026093958976c9938566 (patch)
tree38e44094146846c6f96a58caf1bf17079cf216ad
parent2051d73a21d34f4df0e6d62c759382d63a8c15ac (diff)
downloadaur-5b7dec49499db281148b026093958976c9938566.tar.gz
Removed install script
-rw-r--r--.SRCINFO4
-rw-r--r--ttf.install15
2 files changed, 1 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ca8e1fa444e..e685fab8c3e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
# Generated by mksrcinfo v8
-# Sun Jul 23 23:14:34 UTC 2017
+# Sun Jul 23 23:34:31 UTC 2017
pkgbase = ttf-monapo
pkgdesc = A Japanese font for viewing Japanese ascii arts properly
pkgver = 20170722
pkgrel = 1
url = http://www.geocities.jp/ep3797/modified_fonts_01.html
- install = ttf.install
arch = any
license = custom
depends = fontconfig
- depends = xorg-font-utils
source = http://jaist.dl.osdn.jp/users/13/13586/monapo-20170722.tar.bz2
sha256sums = 44ef5159ae67f0933f982057227f88973f470ce8452915b410abe99ef7b43d22
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
-}