summaryrefslogtreecommitdiff
path: root/meson_post_install.py
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2023-05-01 13:54:44 -0400
committerMatt Turner <mattst88@gmail.com>2023-05-01 18:27:23 +0000
commit72bd98f605d05459d568e6f3ba5f451d39d8c13a (patch)
treeca57788421364e9907cc495bc26ca7bbd1ec1169 /meson_post_install.py
parent1895ed84d7f4e1dcd7297350710d3807fe590cb8 (diff)
downloaddconf-72bd98f605d05459d568e6f3ba5f451d39d8c13a.tar.gz
build: Use GNOME module post_install()
Diffstat (limited to 'meson_post_install.py')
-rw-r--r--meson_post_install.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/meson_post_install.py b/meson_post_install.py
deleted file mode 100644
index 3082d42..0000000
--- a/meson_post_install.py
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env python3
-
-import os
-import subprocess
-import sys
-
-if not os.environ.get('DESTDIR'):
- print('GIO module cache creation...')
- subprocess.call(['gio-querymodules', sys.argv[1]])