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




commit a45a95d4b5b5bc8c4184825f458cee9673b9de95
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]