<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- gnome/meson.build	2024-03-14 09:08:54
+++ gnome/meson.build	2024-05-12 16:42:20
@@ -8,13 +8,11 @@
 	if meson.version().version_compare('&gt;=0.59.0')
 		gnome.post_install(
 			glib_compile_schemas: true,
-			gtk_update_icon_cache: true,
 			update_desktop_database: true
 		)
 	else
 		gnome.post_install(
 			glib_compile_schemas: true,
-			gtk_update_icon_cache: true
 		)
 	endif
 endif
</pre></body></html>