diff options
Diffstat (limited to 'gsettings-desktop-schemas/post-install')
-rwxr-xr-x | gsettings-desktop-schemas/post-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gsettings-desktop-schemas/post-install b/gsettings-desktop-schemas/post-install new file mode 100755 index 000000000..3d7007882 --- /dev/null +++ b/gsettings-desktop-schemas/post-install @@ -0,0 +1,6 @@ +#!/bin/sh + +# glib schemas +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + +# End of file |