summaryrefslogtreecommitdiff
path: root/meson-postinstall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meson-postinstall.sh')
-rwxr-xr-xmeson-postinstall.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson-postinstall.sh b/meson-postinstall.sh
new file mode 100755
index 0000000..36b2677
--- /dev/null
+++ b/meson-postinstall.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ -z "$DESTDIR" ]; then
+ echo Compiling GSettings schemas...
+ glib-compile-schemas ${MESON_INSTALL_PREFIX}/share/glib-2.0/schemas
+fi