mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 01:42:15 +08:00
20 lines
216 B
Plaintext
20 lines
216 B
Plaintext
post_install() {
|
|
GTK_PATH=/usr/lib32/gtk-3.0 /usr/bin/gtk-query-immodules-3.0-32 --update-cache
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
pre_remove() {
|
|
rm -f /usr/lib32/gtk-3.0/3.0.0/immodules.cache
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|