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. --- linux-rt-lts.install | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 linux-rt-lts.install (limited to 'linux-rt-lts.install') diff --git a/linux-rt-lts.install b/linux-rt-lts.install deleted file mode 100644 index 37ba374..0000000 --- a/linux-rt-lts.install +++ /dev/null @@ -1,10 +0,0 @@ -post_upgrade() { - if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then - echo "WARNING: /boot appears to be a separate partition but is not mounted." - fi -} - -post_remove() { - rm -f boot/initramfs-%PKGBASE%.img - rm -f boot/initramfs-%PKGBASE%-fallback.img -} -- cgit v1.2.3