Initial commit
This commit is contained in:
commit
13b183cada
16 changed files with 557 additions and 0 deletions
6
meson_post_install.sh
Executable file
6
meson_post_install.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -z $DESTDIR ]; then
|
||||
PREFIX=${MESON_INSTALL_PREFIX:-/usr}
|
||||
glib-compile-schemas "$PREFIX/share/glib-2.0/schemas"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue