diff --git a/glib/gschemas.compiled b/glib/gschemas.compiled new file mode 100644 index 000000000..6e8b378df Binary files /dev/null and b/glib/gschemas.compiled differ diff --git a/glib/post-install b/glib/post-install new file mode 100755 index 000000000..21e60126d --- /dev/null +++ b/glib/post-install @@ -0,0 +1,4 @@ +#!/bin/sh +# compile needed glib schemas +glib-compile-schemas /usr/share/glib-2.0/schemas +