mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 05:47:17 +08:00
16 lines
244 B
Plaintext
16 lines
244 B
Plaintext
|
post_install() {
|
||
|
kbuildsycoca4 &> /dev/null
|
||
|
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||
|
/sbin/ldconfig -r .
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
/sbin/ldconfig -r .
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
post_install
|
||
|
/sbin/ldconfig -r .
|
||
|
}
|