summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Korpel2017-10-07 21:00:01 +0200
committerMarcel Korpel2017-10-07 21:00:01 +0200
commit26862c985b131ebadbb88d515663c9eca514226c (patch)
tree1e209224597ec8a49a0d7e090db0a618d5bf123e
parent673b9406929a96eec94bdf31151c57958a3e2724 (diff)
downloadaur-otf-latin-modern.tar.gz
Remove .install
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--otf-latin-modern.install15
3 files changed, 2 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 331f17b3dedd..03145a5cd2d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Oct 7 19:00:01 UTC 2017
pkgbase = otf-latin-modern
pkgdesc = Improved version of Computer Modern fonts as used in LaTeX
pkgver = 2.004
pkgrel = 2
url = http://www.gust.org.pl/projects/e-foundry/latin-modern
- install = otf-latin-modern.install
arch = any
license = custom:GFL
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 1332612cefd8..2c4c3e786903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ arch=('any')
url='http://www.gust.org.pl/projects/e-foundry/latin-modern'
license=('custom:GFL')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=$pkgname.install
source=("http://www.gust.org.pl/projects/e-foundry/latin-modern/download/lm${pkgver}otf.zip"
"GUST-FONT-LICENSE.txt::http://www.gust.org.pl/projects/e-foundry/licenses/GUST-FONT-LICENSE.txt/at_download/file")
sha256sums=('5b0236051d3728be6616f1b274e3b910473875b5a3ef9382f0ef00384ddb161b'
diff --git a/otf-latin-modern.install b/otf-latin-modern.install
deleted file mode 100644
index 0476998b74dc..000000000000
--- a/otf-latin-modern.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s >/dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}