diff options
Diffstat (limited to '')
-rwxr-xr-x | debian/linux-headers-5.10.0-30-686-pae.postinst (renamed from debian/linux-headers-5.10.0-29-686-pae.postinst) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/linux-headers-5.10.0-29-686-pae.postinst b/debian/linux-headers-5.10.0-30-686-pae.postinst index 8f5af633e..5b6df3b12 100755 --- a/debian/linux-headers-5.10.0-29-686-pae.postinst +++ b/debian/linux-headers-5.10.0-30-686-pae.postinst @@ -5,7 +5,7 @@ # Debian linux-image postinst script. $|=1; -my $version = "5.10.0-29-686-pae"; +my $version = "5.10.0-30-686-pae"; if (-d "/etc/kernel/header_postinst.d") { system ("run-parts --report --exit-on-error --arg=$version " . |