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