mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 22:27:16 +08:00
16 lines
321 B
Plaintext
Executable File
16 lines
321 B
Plaintext
Executable File
post_install() {
|
|
/usr/bin/gtk-query-immodules-2.0 --update-cache
|
|
/usr/bin/gtk-query-immodules-3.0 --update-cache
|
|
|
|
/usr/bin/gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
|
|
|
|
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
|
|
/usr/bin/dconf update
|
|
}
|
|
|
|
post_remove() {
|
|
post_install()
|
|
}
|
|
|