From df0241f1b924a5a2efda69969b4cba1a5a1ce1bb Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 2 Nov 2019 10:29:18 +0100 Subject: PKGBUILD: Aligning with vanilla kernel package script. Removing hooks, install and preset file (mkinitcpio is now taking care of this itself on the basis of a pkgbase file). Adding python-sphinx to makedepends for html docs. Switching to a pkgver scheme, in which the patch number gets concatenated to the kernel version without any prefix. --- 90-linux-rt-lts.hook | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 90-linux-rt-lts.hook (limited to '90-linux-rt-lts.hook') diff --git a/90-linux-rt-lts.hook b/90-linux-rt-lts.hook deleted file mode 100644 index be0d886..0000000 --- a/90-linux-rt-lts.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