summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexis Janon2020-09-15 12:48:48 +0200
committerAlexis Janon2020-09-15 13:49:22 +0200
commite5b29a2d1a291dd6bee406f410de13453c58fb30 (patch)
tree3ce5619eeeb44e63b4504c9a4881adff400b8555 /PKGBUILD
parent56c801b809f69e5a7324bba003e8dd0a1828a7b4 (diff)
downloadaur-e5b29a2d1a291dd6bee406f410de13453c58fb30.tar.gz
Remove post_install step
The current post_install step refreshes the font cache. This step is now unnecessary as reloading the font cache is handled by pacman hooks (see https://wiki.archlinux.org/index.php?title=Font_package_guidelines&oldid=625203#Dependencies).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e0e9618ee07..8ff29dc2b66f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,6 @@ depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
makedepends=('woff2-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/${_versionprefix}${pkgver}.tar.gz")
md5sums=('407bbec38267f626aecb20d02259c7de')
-install=$pkgname.install
build() {
cd "${srcdir}/${_pkgsrcname}-${pkgver}/fonts/"