summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornoonov2017-07-24 09:38:19 +0900
committernoonov2017-07-24 09:38:19 +0900
commite1cd580f5342db2794363db4c0530a66a0ca0816 (patch)
tree6de98cba5150b226dc06fb08b9475365fd303c65
parentfe0424a432ab9ec890b97eddc68cc0df2750cb36 (diff)
downloadaur-e1cd580f5342db2794363db4c0530a66a0ca0816.tar.gz
Removed install script
-rw-r--r--.SRCINFO18
-rw-r--r--ttf.install15
2 files changed, 7 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cf1a70d89fa..db17ada5e86a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,17 @@
+# Generated by mksrcinfo v8
+# Sun Jul 23 23:50:41 UTC 2017
pkgbase = ttf-migmix
pkgdesc = Japanese TrueType font obtained by mixing M+ and IPA.
pkgver = 20150712
- pkgrel = 1
+ pkgrel = 2
url = http://mix-mplus-ipa.osdn.jp/migmix/
- install = ttf.install
arch = any
license = custom
depends = fontconfig
- depends = xorg-font-utils
- source = http://jaist.dl.sourceforge.jp/mix-mplus-ipa/63544/migmix-1m-20150712.zip
- source = http://jaist.dl.sourceforge.jp/mix-mplus-ipa/63544/migmix-1p-20150712.zip
- source = http://jaist.dl.sourceforge.jp/mix-mplus-ipa/63544/migmix-2m-20150712.zip
- source = http://jaist.dl.sourceforge.jp/mix-mplus-ipa/63544/migmix-2p-20150712.zip
- md5sums = 3de659097dc4d6b156040c5c25dc4cf9
- md5sums = 6e68c94b3a9cd8e549d32a5edde8c7a5
- md5sums = f603d14c9ab304c98946d26870991bfb
- md5sums = d9deb63a39a0d44a5cc1b5eeea278b84
+ source = http://jaist.dl.osdn.jp/mix-mplus-ipa/63544/migmix-1m-20150712.zip
+ source = http://jaist.dl.osdn.jp/mix-mplus-ipa/63544/migmix-1p-20150712.zip
+ source = http://jaist.dl.osdn.jp/mix-mplus-ipa/63544/migmix-2m-20150712.zip
+ source = http://jaist.dl.osdn.jp/mix-mplus-ipa/63544/migmix-2p-20150712.zip
sha256sums = ac91394f3687315fb2727f8ee2b8ef70c6801d0b674dfc991912400eb3e7a344
sha256sums = d71aa59146c600bc2f22de87495fe0127741fbb692736be0e1fe454e128c9d76
sha256sums = a8639f277f5a2a2c78c20d05d2a6fb0977116193dcb708997a04080e9615882d
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
-}