xfont-misc: remove fc-cache

This commit is contained in:
Chaoting Liu 2018-08-02 09:55:23 +02:00
parent bee58b9164
commit 0985240b37
2 changed files with 1 additions and 16 deletions

View File

@ -4,7 +4,7 @@
pkgname=xorg-fonts-misc
pkgver=1.0.1
pkgrel=2
pkgrel=3
pkgdesc="X.org misc fonts"
arch=(x86_64)
url="http://xorg.freedesktop.org/"

View File

@ -1,15 +0,0 @@
post_install() {
echo -n "Updating font cache... "
fc-cache -f > /dev/null
mkfontscale /usr/share/fonts/misc
mkfontdir /usr/share/fonts/misc
echo "done."
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}