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

@@ -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
}