mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-07 22:34:19 +02:00
main/fontconfig: improve trigger script
- let fontconfig check the timestamp - add --system-only since we dont want check user dirs fixes #3539
This commit is contained in:
parent
a6961b2058
commit
7b0c97d18d
2 changed files with 2 additions and 2 deletions
main/fontconfig
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=fontconfig
|
||||
pkgver=2.11.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="The Fontconfig package is a library for configuring and customizing font access."
|
||||
url="http://fontconfig.org"
|
||||
arch="all"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
fc-cache -f > /dev/null
|
||||
fc-cache --system-only > /dev/null
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue