browsers: add update-desktop-database

This commit is contained in:
2026-01-12 16:09:17 +01:00
parent 8d359f1e89
commit 373322540b
2 changed files with 9 additions and 0 deletions

View File

@@ -39,3 +39,7 @@ build = [
# Cleanup
f"rm -rf {fembuilddir}"
]
triggers = [
f"update-desktop-database"
]

View File

@@ -31,3 +31,8 @@ build = [
# Cleanup
f"rm -rf {fembuilddir}"
]
triggers = [
f"update-desktop-database"
]