dev #2

Merged
wyj merged 232 commits from dev into main 2026-01-13 22:39:32 -05:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit c00a0ac27c - Show all commits
+1 -1
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[@]}
)
@@ -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
}