8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
target=(/usr/share/fontconfig/conf.default/*
|
|
/etc/fonts/conf.d/*
|
|
)
|
|
triggers=("install" "remove")
|
|
operation() {
|
|
/usr/bin/fc-cache -rs
|
|
}
|