From a58ec322b3a9a07af83ea268341c16f972f52791 Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Wed, 28 Sep 2022 14:37:03 +0200 Subject: gnome: add support for update-mime-database Fixes https://github.com/mesonbuild/meson/issues/10865 --- docs/markdown/snippets/gnome_update_mime_database.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/gnome_update_mime_database.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/gnome_update_mime_database.md b/docs/markdown/snippets/gnome_update_mime_database.md new file mode 100644 index 0000000..a60381d --- /dev/null +++ b/docs/markdown/snippets/gnome_update_mime_database.md @@ -0,0 +1,5 @@ +## Added `update_mime_database` to `gnome.post_install()` + +Applications that install a `.xml` file containing a `mime-type` need to update +the cache upon installation. Most applications do that using a custom script, +but it can now be done by Meson directly. -- cgit v1.1