summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Christ2017-03-22 23:19:59 -0500
committerGötz Christ2017-03-22 23:21:00 -0500
commit852866fd44f04923b88ad151954eaf904c5b9c4d (patch)
treea0517df945c82daa9afdd3fc0cad369479f5b483
parent42cf2bddbdaa8919cd05e5ff58d7db4deee5eda5 (diff)
downloadaur-852866fd44f04923b88ad151954eaf904c5b9c4d.tar.gz
Remove deprecated install file post-install updates (pacman hooks)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--lohit.install15
3 files changed, 1 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a2a728c8ecf..a5a7c23388e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Mar 23 04:11:56 UTC 2017
+# Thu Mar 23 04:20:38 UTC 2017
pkgbase = lohit-fonts
pkgdesc = Indic TrueType fonts from Fedora Project
pkgver = 2.95.3
pkgrel = 1
url = https://pagure.io/lohit
- install = lohit.install
arch = any
license = custom: OFL
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 9fcef905e18b..5e3b11d730c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ arch=('any')
url="https://pagure.io/lohit"
license=('custom: OFL')
depends=('fontconfig' 'xorg-font-utils')
-install=lohit.install
_fhosted="https://releases.pagure.org/lohit/"
source=(OFL.license
${_fhosted}/lohit-assamese-ttf-2.91.4.tar.gz
diff --git a/lohit.install b/lohit.install
deleted file mode 100644
index 13038b97a32c..000000000000
--- a/lohit.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f >/dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}