1. post_install() {
  2. glib-compile-schemas /usr/share/glib-2.0/schemas/
  3. }
  4.  
  5. pre_remove() {
  6. glib-compile-schemas /usr/share/glib-2.0/schemas/
  7. }