tuf-manager/script/compile_schemas.sh
2020-08-04 23:09:05 -04:00

5 lines
131 B
Bash
Executable File

#!/bin/sh -eu
echo "Compiling gsettings schemas..."
glib-compile-schemas "${MESON_INSTALL_DESTDIR_PREFIX}/share/glib-2.0/schemas"