update: update fontconfig hook

This commit is contained in:
2026-01-08 07:49:04 -05:00
parent 4b6313fb20
commit c00a0ac27c
2 changed files with 5 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ urls=("https://gitlab.freedesktop.org/api/v4/projects/890/packages/generic/fontc
${_patches[@]}
)
md5sums=("f68f95052c7297b98eccb7709d817f6a"
"c873926ec895df4b46c6ef642599b271"
"fafd8323134280f4da770f95037c9324"
${_patch_sums[@]}
)

View File

@@ -1,7 +1,9 @@
target=(/usr/share/fontconfig/conf.default/*
target=(
/etc/fonts/conf.avail/*
/etc/fonts/conf.d/*
/usr/share/fonts/*
)
triggers=("install" "remove")
operation() {
/usr/bin/fc-cache -rs
/usr/bin/fc-cache -fs
}