gtk/gtk3/gtk3.install

18 lines
455 B
Plaintext
Raw Normal View History

2013-05-06 05:39:20 +08:00
post_install() {
/usr/bin/gtk-query-immodules-3.0 --update-cache
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
/usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
2013-05-06 05:39:20 +08:00
}
post_upgrade() {
post_install
}
pre_remove() {
rm -f /usr/lib/gtk-3.0/3.0.0/immodules.cache
2013-05-06 05:39:20 +08:00
}
post_remove() {
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
/usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}