From ed713ec92210ebf74b3fd4555812f72c2c853b69 Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Sat, 2 Mar 2024 15:40:04 +0200 Subject: extra/linux-pae: Convert to use patching mechanism The idea is that since we already have to maintain the patches for the linux package, we might as well use the same for other kernels. Despite the initial added complexity, it should make updating all kernel packages much easier. --- extra/linux-pae/90-linux.hook | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 extra/linux-pae/90-linux.hook (limited to 'extra/linux-pae/90-linux.hook') diff --git a/extra/linux-pae/90-linux.hook b/extra/linux-pae/90-linux.hook deleted file mode 100644 index be0d8865..00000000 --- a/extra/linux-pae/90-linux.hook +++ /dev/null @@ -1,11 +0,0 @@ -[Trigger] -Type = File -Operation = Install -Operation = Upgrade -Target = boot/vmlinuz-%PKGBASE% -Target = usr/lib/initcpio/* - -[Action] -Description = Updating %PKGBASE% initcpios... -When = PostTransaction -Exec = /usr/bin/mkinitcpio -p %PKGBASE% -- cgit v1.2.3-54-g00ecf