From 1462affddbd73a88b14992e57791e7f60f7776ce Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 10 May 2026 16:25:06 +0300 Subject: [PATCH] Update bpm hook --- pkg.info | 2 +- source-files/update-desktop-database.bpmhook | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 01b79bb..845a8c8 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: desktop-file-utils description: CLI utilities for working with desktop entries version: "0.28" -revision: 2 +revision: 3 url: https://www.freedesktop.org/wiki/Software/desktop-file-utils/ license: GPL architecture: any diff --git a/source-files/update-desktop-database.bpmhook b/source-files/update-desktop-database.bpmhook index aec0fc8..003f86f 100644 --- a/source-files/update-desktop-database.bpmhook +++ b/source-files/update-desktop-database.bpmhook @@ -1,4 +1,3 @@ -trigger_operations: ["install", "upgrade", "remove"] -target_type: "path" +trigger_actions: ["install", "upgrade", "remove"] targets: ["usr/share/applications/*.desktop"] run: "/usr/bin/update-desktop-database --quiet"