From e565f124b1685353dad1df8541cfc69a6f9008a9 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 10 May 2026 16:20:32 +0300 Subject: [PATCH] Update bpm hook --- pkg.info | 2 +- source-files/dbus-reload.bpmhook | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pkg.info b/pkg.info index 72cdb3b..b71f2dd 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: dbus description: Freedesktop.org message bus system version: 1.16.2 -revision: 6 +revision: 7 url: https://www.freedesktop.org/wiki/Software/dbus license: AFL2.1 or GPL2-or-later architecture: any diff --git a/source-files/dbus-reload.bpmhook b/source-files/dbus-reload.bpmhook index fe6027c..0edd3b2 100644 --- a/source-files/dbus-reload.bpmhook +++ b/source-files/dbus-reload.bpmhook @@ -1,5 +1,3 @@ -trigger_operations: ["install", "upgrade", "remove"] -target_type: "path" +trigger_actions: ["install", "upgrade", "remove"] targets: ["etc/dbus-1/system.d/*.conf", "usr/share/dbus-1/system.d/*.conf", "usr/share/dbus-1/system-services/*.service"] -depends: ["dbus"] run: "/usr/sbin/dbus-reload"