summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/gnome_update_mime_database.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/gnome_update_mime_database.md')
-rw-r--r--docs/markdown/snippets/gnome_update_mime_database.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/gnome_update_mime_database.md b/docs/markdown/snippets/gnome_update_mime_database.md
deleted file mode 100644
index a60381d75..000000000
--- a/docs/markdown/snippets/gnome_update_mime_database.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## 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.