~fabrixxm/confy-dev

build: No need to update desktop MIME cache v1 APPLIED

Evangelos Ribeiro Tzaras: 1
 build: No need to update desktop MIME cache

 1 files changed, 0 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~fabrixxm/confy-dev/patches/57138/mbox | git am -3
Learn more about email & git

[PATCH] build: No need to update desktop MIME cache Export this patch

Confy is no handler for any MIME types,
so there is no need to update the MIME cache database.

Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>
---
 meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meson.build b/meson.build
index 6c92026..e0edad4 100644
--- a/meson.build
+++ b/meson.build
@@ -18,5 +18,4 @@ subdir('po')
gnome.post_install(
  glib_compile_schemas: true,
  gtk_update_icon_cache: true,
  update_desktop_database: true,
)
-- 
2.47.2
Thank you!