Merge branch 'ci' into 'master'
[dconf.git] / meson_post_install.py
blob8960540b49cce089f912c200f41690ef7052bec2
1 #!/usr/bin/env python3
3 import os
4 import subprocess
5 import sys
7 if not os.environ.get('DESTDIR'):
8 print('GIO module cache creation...')
9 subprocess.call([sys.argv[1], sys.argv[2]])