File: install_schemas.sh

package info (click to toggle)
terminus 3.6.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,156 kB
  • sloc: xml: 278; javascript: 236; sh: 22; makefile: 21
file content (6 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/bash

if [[ -z "${DESTDIR}" ]]; then
    echo Compiling gsettings schemas...
	glib-compile-schemas ${MESON_INSTALL_PREFIX}/share/glib-2.0/schemas
fi