mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 22:07:18 +08:00
13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
|
# -*- mode: sh; -*-
|
||
|
|
||
|
post_install() {
|
||
|
kbuildsycoca4 2> /dev/null
|
||
|
}
|
||
|
|
||
|
# Message displayed afteer package removal.
|
||
|
post_upgrade() {
|
||
|
kbuildsycoca4 2> /dev/null
|
||
|
}
|
||
|
|
||
|
|