![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
18 Nov
2015
18 Nov
'15
7:42 p.m.
commit 3d63c1abcb13f5447b35bbaff63d0d1fd6517595 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sun Nov 1 11:45:25 2015 +0100 glib: install gschemas.compiled. Added post-install to regenerate schemas diff --git a/glib/gschemas.compiled b/glib/gschemas.compiled new file mode 100644 index 0000000..6e8b378 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 0000000..21e6012 --- /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 +