summaryrefslogtreecommitdiff
path: root/meson-postinstall.sh
blob: 36b2677bfac9f252c7da5ab773015101f12c68de (plain)
1
2
3
4
5
6
#!/bin/sh

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