summaryrefslogtreecommitdiff
path: root/build-scripts/compile_gschemas.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts/compile_gschemas.sh')
-rwxr-xr-xbuild-scripts/compile_gschemas.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/build-scripts/compile_gschemas.sh b/build-scripts/compile_gschemas.sh
deleted file mode 100755
index 01010099d..000000000
--- a/build-scripts/compile_gschemas.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# Avoid compiling schemas when packaging.
-if [ -z "$DESTDIR" ]
-then
- glib-compile-schemas "${MESON_INSTALL_PREFIX}/share/glib-2.0/schemas"
-fi