summarylogtreecommitdiffstats
path: root/linux.install
diff options
context:
space:
mode:
authorBjörn Bidar2017-11-24 17:38:51 +0100
committerBjörn Bidar2017-11-24 17:38:51 +0100
commit723185a74d6ac2e4c23eadf4d3c2099e1025cc82 (patch)
tree8d5f68e63a51b9bc6a355c6a5f8a9540e2c5c142 /linux.install
parentd04017704297a62fa562dcac3673f2c30173fd18 (diff)
downloadaur-723185a74d6ac2e4c23eadf4d3c2099e1025cc82.tar.gz
upkg, removed unsused stuff in install file
Diffstat (limited to 'linux.install')
-rw-r--r--linux.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/linux.install b/linux.install
index eee1a8ba59e9..13c5f8555e58 100644
--- a/linux.install
+++ b/linux.install
@@ -3,26 +3,6 @@
# arg 2: the old package version
KERNEL_NAME=-pf
-KERNEL_VERSION=4.14.3-pf
-
-# set a sane PATH to ensure that critical utils like depmod will be found
-export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
-
-post_install () {
-
- # compat symlinks for the official kernels only
- if [ -z "${KERNEL_NAME}" -o "${KERNEL_NAME}" = "-lts" ]; then
- loaders="$(find /boot -name syslinux.cfg -or -name extlinux.conf -or -name grub.cfg -or -name menu.lst)"
- [ -f /etc/lilo.conf ] && loaders="$loaders /etc/lilo.conf"
- if [ -n "${loaders}" ] && grep -q -e vmlinuz26 -e kernel26.img -e kernel26-fallback.img $loaders; then
- # add compat symlinks for the initramfs images
- ln -sf initramfs-linux${KERNEL_NAME}.img boot/kernel26${KERNEL_NAME}.img
- ln -sf initramfs-linux${KERNEL_NAME}-fallback.img \
- boot/kernel26${KERNEL_NAME}-fallback.img
- ln -sf vmlinuz-linux${KERNEL_NAME} /boot/vmlinuz26${KERNEL_NAME}
- fi
- fi
-}
post_upgrade() {
if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then