2013-05-06 05:39:20 +08:00
|
|
|
post_install() {
|
2014-03-08 23:03:45 +08:00
|
|
|
/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() {
|
2014-03-08 23:03:45 +08:00
|
|
|
rm -f /usr/lib/gtk-3.0/3.0.0/immodules.cache
|
2013-05-06 05:39:20 +08:00
|
|
|
}
|
2013-08-02 04:20:05 +08:00
|
|
|
|
2014-03-08 23:03:45 +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
|
|
|
|
}
|