mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 22:58:00 +08:00
12 lines
101 B
Plaintext
12 lines
101 B
Plaintext
|
post_install() {
|
||
|
kbuildsycoca4
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
post_install
|
||
|
}
|