10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
target=(
|
|
/etc/fonts/conf.avail/*
|
|
/etc/fonts/conf.d/*
|
|
/usr/share/fonts/*
|
|
)
|
|
triggers=("install" "remove")
|
|
operation() {
|
|
/usr/bin/fc-cache -fs
|
|
}
|