1. post_install() {
  2. /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
  3. }
  4.  
  5. post_upgrade() {
  6. /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
  7. }
  8.  
  9. post_remove() {
  10. /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
  11. }
  12.