From 728d1cbcfae014bfdfc559d2a58f40036a08d0d1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 10 Sep 2020 10:12:53 +0200 Subject: Revert "add meson project" This reverts commit 1db4b409322e559a3d3a03677dd482a0613f3b29. --- data/meson_post_install.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 data/meson_post_install.py (limited to 'data/meson_post_install.py') 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]) -- cgit v1.2.1