From 373322540bb8849c5df9d0853a389b9365f8387b Mon Sep 17 00:00:00 2001 From: gabry Date: Mon, 12 Jan 2026 16:09:17 +0100 Subject: [PATCH] browsers: add update-desktop-database --- firefox.recipe.py | 4 ++++ librewolf.recipe.py | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/firefox.recipe.py b/firefox.recipe.py index c9b5380..e5c1e8e 100644 --- a/firefox.recipe.py +++ b/firefox.recipe.py @@ -39,3 +39,7 @@ build = [ # Cleanup f"rm -rf {fembuilddir}" ] + +triggers = [ + f"update-desktop-database" +] \ No newline at end of file diff --git a/librewolf.recipe.py b/librewolf.recipe.py index bb7f7a9..c873c14 100644 --- a/librewolf.recipe.py +++ b/librewolf.recipe.py @@ -31,3 +31,8 @@ build = [ # Cleanup f"rm -rf {fembuilddir}" ] + + +triggers = [ + f"update-desktop-database" +] \ No newline at end of file