mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-11 11:14:37 +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
|
||
|
}
|
||
|
|
||
|
|