update: update fontconfig hook
This commit is contained in:
@@ -33,7 +33,7 @@ urls=("https://gitlab.freedesktop.org/api/v4/projects/890/packages/generic/fontc
|
|||||||
${_patches[@]}
|
${_patches[@]}
|
||||||
)
|
)
|
||||||
md5sums=("f68f95052c7297b98eccb7709d817f6a"
|
md5sums=("f68f95052c7297b98eccb7709d817f6a"
|
||||||
"c873926ec895df4b46c6ef642599b271"
|
"fafd8323134280f4da770f95037c9324"
|
||||||
${_patch_sums[@]}
|
${_patch_sums[@]}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
target=(/usr/share/fontconfig/conf.default/*
|
target=(
|
||||||
|
/etc/fonts/conf.avail/*
|
||||||
/etc/fonts/conf.d/*
|
/etc/fonts/conf.d/*
|
||||||
|
/usr/share/fonts/*
|
||||||
)
|
)
|
||||||
triggers=("install" "remove")
|
triggers=("install" "remove")
|
||||||
operation() {
|
operation() {
|
||||||
/usr/bin/fc-cache -rs
|
/usr/bin/fc-cache -fs
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user