tuf-manager/script/compile_schemas.sh

5 lines
131 B
Bash
Raw Normal View History

2020-08-04 23:09:05 -04:00
#!/bin/sh -eu
echo "Compiling gsettings schemas..."
glib-compile-schemas "${MESON_INSTALL_DESTDIR_PREFIX}/share/glib-2.0/schemas"