diff --git a/pkg.info b/pkg.info index 7c6bcd9..7ea8cd0 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: dkms description: Dynamic Kernel Modules System version: 3.4.1 -revision: 2 +revision: 3 url: https://github.com/dkms-project/dkms license: GPL2-or-later maintainers: diff --git a/source-files/dkms-install.bpmhook b/source-files/dkms-install.bpmhook index 5ecc386..d490bb0 100644 --- a/source-files/dkms-install.bpmhook +++ b/source-files/dkms-install.bpmhook @@ -1,4 +1,4 @@ -trigger_operations: ["install", "upgrade"] +trigger_actions: ["install", "upgrade"] targets: - "usr/src/*/dkms.conf" - "usr/lib/modules/*/build/include/" diff --git a/source-files/dkms-remove.bpmhook b/source-files/dkms-remove.bpmhook index e01677c..2dfab1a 100644 --- a/source-files/dkms-remove.bpmhook +++ b/source-files/dkms-remove.bpmhook @@ -1,4 +1,4 @@ -trigger_operations: ["remove"] +trigger_actions: ["remove"] trigger_pre_operation: true targets: - "usr/src/*/dkms.conf" diff --git a/source-files/dkms-upgrade.bpmhook b/source-files/dkms-upgrade.bpmhook index cf55486..9b38a86 100644 --- a/source-files/dkms-upgrade.bpmhook +++ b/source-files/dkms-upgrade.bpmhook @@ -1,4 +1,4 @@ -trigger_operations: ["upgrade"] +trigger_actions: ["upgrade"] targets: - "usr/src/*/dkms.conf" - "usr/lib/modules/*/build/include/"