mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-23 17:33:32 +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
|
|
}
|