diff options
Diffstat (limited to 'system/gsettings-desktop-schemas/doinst.sh')
-rw-r--r-- | system/gsettings-desktop-schemas/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/gsettings-desktop-schemas/doinst.sh b/system/gsettings-desktop-schemas/doinst.sh new file mode 100644 index 0000000000000..b36f6f1690d4c --- /dev/null +++ b/system/gsettings-desktop-schemas/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/glib-compile-schemas ]; then + /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ +fi |