mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 18:12:13 +08:00
13 lines
159 B
Plaintext
13 lines
159 B
Plaintext
|
post_install() {
|
||
|
/usr/bin/kbuildsycoca4 --global &> /dev/null
|
||
|
sbin/ldconfig -r .
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|
||
|
|
||
|
pre_remove() {
|
||
|
post_install
|
||
|
}
|