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