diff --git a/rust/src/scripts.rs b/rust/src/scripts.rs index 0f5374d51a..3a5e2e307b 100644 --- a/rust/src/scripts.rs +++ b/rust/src/scripts.rs @@ -23,6 +23,7 @@ static IGNORED_PKG_SCRIPTS: phf::Set<&'static str> = phf_set! { "kernel-core.posttrans", "kernel-redhat-core.posttrans", "kernel-debug-core.posttrans", + "kernel-debug-modules.posttrans", "kernel-redhat-debug-core.posttrans", "kernel-automotive-core.posttrans", "kernel-automotive-debug-core.posttrans",