diff options
Diffstat (limited to '')
-rw-r--r-- | debian/linux-headers-6.9.11-686.postinst (renamed from debian/linux-headers-6.9.10-rpi.postinst) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/linux-headers-6.9.10-rpi.postinst b/debian/linux-headers-6.9.11-686.postinst index 1129f34cdf..94a7f0c03d 100644 --- a/debian/linux-headers-6.9.10-rpi.postinst +++ b/debian/linux-headers-6.9.11-686.postinst @@ -5,7 +5,7 @@ # Debian linux-image postinst script. $|=1; -my $version = "6.9.10-rpi"; +my $version = "6.9.11-686"; if (-d "/etc/kernel/header_postinst.d") { system ("run-parts --report --exit-on-error --arg=$version " . |