summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-08-23 20:25:34 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2017-08-23 20:25:34 +0200
commitaa163bdc0f55f6ff291fb0bbf391ab9eb3905b40 (patch)
treee3898773c7e7de15a5dc567c7200f0bb2e679729 /meson.build
parent0993447834343e21f9285be2fa1d6a6ca96fcf53 (diff)
downloadgnome-contacts-aa163bdc0f55f6ff291fb0bbf391ab9eb3905b40.tar.gz
Meson: add post-install script.
To make sure the icon cache etc. are updated.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ae31d19..da9de87 100644
--- a/meson.build
+++ b/meson.build
@@ -60,6 +60,10 @@ conf.set_quoted('PKGLIBDIR', pkglibdir)
conf.set_quoted('VERSION', meson.project_version())
configure_file(output: 'config.h', configuration: conf)
+# Post-install scripts
+meson.add_install_script('meson_post_install.py')
+
+# Subfolders
subdir('data')
subdir('po')
subdir('src')