Guest User

Untitled

a guest
Jan 21st, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. glib-compile-schemas /usr/share/glib-2.0/schemas/
  2.  
  3. install_data (
  4. 'gschema.xml',
  5. install_dir: join_paths (get_option ('datadir'), 'glib-2.0', 'schemas'),
  6. rename: meson.project_name () + '.gschema.xml'
  7. )
  8.  
  9. meson.add_install_script('post_install.py')
Add Comment
Please, Sign In to add comment