repo.or.cz
/
dconf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Declare libdconf_service as a dependency
[dconf.git]
/
meson_post_install.py
blob
3082d42ed9bd3a377cd0c746230547986a76c90a
1
#!/usr/bin/env python3
2
3
import
os
4
import
subprocess
5
import
sys
6
7
if not
os
.
environ
.
get
(
'DESTDIR'
):
8
print
(
'GIO module cache creation...'
)
9
subprocess
.
call
([
'gio-querymodules'
,
sys
.
argv
[
1
]])