From 5b7dec49499db281148b026093958976c9938566 Mon Sep 17 00:00:00 2001 From: noonov Date: Mon, 24 Jul 2017 09:41:06 +0900 Subject: Removed install script --- .SRCINFO | 4 +--- ttf.install | 15 --------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 ttf.install diff --git a/.SRCINFO b/.SRCINFO index 5ca8e1f..e685fab 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 16db3c1..0000000 --- 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 -} -- cgit v1.2.3