mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 09:47:19 +08:00
12 lines
103 B
Plaintext
12 lines
103 B
Plaintext
post_install() {
|
|
fc-cache -fs
|
|
}
|
|
|
|
post_upgrade() {
|
|
fc-cache -fs
|
|
}
|
|
|
|
post_remove() {
|
|
fc-cache -fs
|
|
}
|