build: Add post-install script to update caches

Update the desktop, schema and icon caches.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #9
This commit is contained in:
Philip Withnall 2020-02-19 13:58:09 +00:00
parent b4eab1a7c0
commit eef28da339
2 changed files with 22 additions and 0 deletions

View file

@ -133,3 +133,5 @@ subdir('malcontent-client')
subdir('malcontent-control')
subdir('pam')
subdir('po')
meson.add_install_script('build-aux/meson_post_install.py')