From 224bff3d59aa5f4be0d1a2eb1a6f62d380200d3d Mon Sep 17 00:00:00 2001 From: gabry Date: Fri, 16 Jan 2026 14:21:38 +0100 Subject: [PATCH] discordia: add update-desktop-database --- discord.recipe.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/discord.recipe.py b/discord.recipe.py index 0a85695..c3290fd 100644 --- a/discord.recipe.py +++ b/discord.recipe.py @@ -20,3 +20,7 @@ build = [ # Cleanup f"rm -rf {fembuilddir}" ] + +triggers = [ + f"update-desktop-database" +] \ No newline at end of file