#!/bin/sh
set -e
glib-compile-schemas /usr/share/glib-2.0/schemas
exit 0