[rhythmbox/wip/hadess/post-install: 2/2] build: Update icon cache and schemas on install




commit d8ce12e236e0a26d99c51908c80c7f4fa1d7a481
Author: Bastien Nocera <hadess hadess net>
Date:   Tue May 3 11:46:13 2022 +0200

    build: Update icon cache and schemas on install

 meson.build | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/meson.build b/meson.build
index 0a40c47c9..2f312c938 100644
--- a/meson.build
+++ b/meson.build
@@ -269,6 +269,12 @@ pkg.generate(
   ]
 )
 
+gnome.post_install(
+  glib_compile_schemas: true,
+  gtk_update_icon_cache: true,
+  update_desktop_database: true
+)
+
 configure_file(input : 'config.h.meson',
   output : 'config.h',
 configuration : cdata)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]