mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 08:24:38 +08:00
xfont-misc: remove fc-cache
This commit is contained in:
parent
bee58b9164
commit
0985240b37
@ -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/"
|
||||
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user