summaryrefslogtreecommitdiffstats
path: root/abs/core/linux/linux.install.pkg
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-03-30 16:47:22 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-03-30 16:47:22 (GMT)
commit2b006c4a34629b3bcc50b78a920c94cf88a6459a (patch)
treef6448ad5f0f287c0d46cb462eebad5e971651aee /abs/core/linux/linux.install.pkg
parent58140b41ba67ea9929d17493c7b76c508d8fe9c1 (diff)
downloadlinhes_pkgbuild-2b006c4a34629b3bcc50b78a920c94cf88a6459a.zip
linhes_pkgbuild-2b006c4a34629b3bcc50b78a920c94cf88a6459a.tar.gz
linhes_pkgbuild-2b006c4a34629b3bcc50b78a920c94cf88a6459a.tar.bz2
linux: update to 4.4.58
Diffstat (limited to 'abs/core/linux/linux.install.pkg')
-rw-r--r--abs/core/linux/linux.install.pkg6
1 files changed, 1 insertions, 5 deletions
diff --git a/abs/core/linux/linux.install.pkg b/abs/core/linux/linux.install.pkg
index 90e9fbb..80ccf2c 100644
--- a/abs/core/linux/linux.install.pkg
+++ b/abs/core/linux/linux.install.pkg
@@ -2,14 +2,12 @@
# arg 2: the old package version
KERNEL_NAME=
-KERNEL_VERSION=4.4.39-1-ARCH
+KERNEL_VERSION=4.4.58-1-ARCH
post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p linux${KERNEL_NAME}
}
post_upgrade() {
@@ -20,8 +18,6 @@ post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p linux${KERNEL_NAME}
if [ $(vercmp $2 3.13) -lt 0 ]; then
echo ">>> WARNING: AT keyboard support is no longer built into the kernel."