blob: 8960540b49cce089f912c200f41690ef7052bec2 [file] [log] [blame]
#!/usr/bin/env python3
import os
import subprocess
import sys
if not os.environ.get('DESTDIR'):
print('GIO module cache creation...')
subprocess.call([sys.argv[1], sys.argv[2]])