summaryrefslogtreecommitdiff
path: root/meson_post_install.py
diff options
context:
space:
mode:
Diffstat (limited to 'meson_post_install.py')
-rw-r--r--meson_post_install.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/meson_post_install.py b/meson_post_install.py
deleted file mode 100644
index d9cc6f4a..00000000
--- a/meson_post_install.py
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env python3
-
-import os
-import subprocess
-import sys
-
-if not os.environ.get('DESTDIR'):
- print('Compiling gsettings schemas...')
- subprocess.call(['glib-compile-schemas', sys.argv[1]])
-
- print('GIO module cache creation...')
- subprocess.call(['gio-querymodules', sys.argv[2]])