summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--otf.install20
3 files changed, 0 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bfbcfba2017..5047f737381a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = otf-ipaexfont
pkgver = 004.01
pkgrel = 1
url = http://ipafont.ipa.go.jp/
- install = otf.install
arch = any
license = custom
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 24aeb81ea613..9db5168e5edc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,6 @@ license=('custom')
depends=('fontconfig' 'xorg-font-utils')
conflicts=('ttf-ipaex')
replaces=('ttf-ipaex')
-install=otf.install
source=(https://oscdl.ipa.go.jp/IPAexfont/IPAexfont${_pkgver}.zip)
sha1sums=('57583c2be5dbfa06648ab0ae4937d7903b32595c')
diff --git a/otf.install b/otf.install
deleted file mode 100644
index c4c61ba10523..000000000000
--- a/otf.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f >/dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-op=$1
-shift
-$op $*
-