mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 23:07:25 +08:00
14 lines
348 B
Plaintext
Executable File
14 lines
348 B
Plaintext
Executable File
post_install() {
|
|
/extra/usr/bin/gtk-query-immodules-2.0 > extra/etc/gtk-2.0/gtk.immodules
|
|
/extra/usr/bin/gtk-query-immodules-3.0 --update-cache
|
|
|
|
/extra/usr/bin/gtk-update-icon-cache -fq -t extra/usr/share/icons/hicolor
|
|
|
|
/extra/usr/bin/glib-compile-schemas /extra/usr/share/glib-2.0/schemas
|
|
}
|
|
|
|
post_remove() {
|
|
post_install()
|
|
}
|
|
|