mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 09:52:13 +08:00
12 lines
149 B
Plaintext
12 lines
149 B
Plaintext
|
post_install() {
|
||
|
extra/usr/bin/gtk-query-immodules-3.0 --update-cache
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
post_install
|
||
|
}
|