sernatur/script/compile_schemas.sh

5 lines
131 B
Bash
Raw Normal View History

2018-11-01 21:52:30 -03:00
#!/bin/sh -eu
echo "Compiling gsettings schemas..."
glib-compile-schemas "${MESON_INSTALL_DESTDIR_PREFIX}/share/glib-2.0/schemas"