diff options
Diffstat (limited to 'data/meson_post_install.py')
-rwxr-xr-x | data/meson_post_install.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/meson_post_install.py b/data/meson_post_install.py deleted file mode 100755 index d0248f4..0000000 --- a/data/meson_post_install.py +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env python3 - -import os -import subprocess - -schemadir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'glib-2.0', 'schemas') - -if not os.environ.get('DESTDIR'): - print('Compiling gsettings schemas...') - subprocess.call(['glib-compile-schemas', schemadir]) |