mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
15 lines
182 B
Plaintext
15 lines
182 B
Plaintext
## arg 1: the new package version
|
|
post_install() {
|
|
kbuildsycoca4 2> /dev/null
|
|
}
|
|
|
|
post_upgrade() {
|
|
kbuildsycoca4 2> /dev/null
|
|
}
|
|
|
|
post_remove() {
|
|
kbuildsycoca4 2> /dev/null
|
|
}
|
|
|
|
|