summaryrefslogtreecommitdiffstats
path: root/abs/core/linux/linux.install.pkg
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-01-22 20:33:48 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-01-22 20:33:48 (GMT)
commit9ff105f3ff489972e0c9984d1fe8c0d50995e8b1 (patch)
treefce5730705aeb65f2ee3e67d8beb95946f7dbd45 /abs/core/linux/linux.install.pkg
parent98d505858997aa3d1839e221868949b520f93c97 (diff)
downloadlinhes_pkgbuild-9ff105f3ff489972e0c9984d1fe8c0d50995e8b1.zip
linhes_pkgbuild-9ff105f3ff489972e0c9984d1fe8c0d50995e8b1.tar.gz
linhes_pkgbuild-9ff105f3ff489972e0c9984d1fe8c0d50995e8b1.tar.bz2
linux: update to 4.4
Diffstat (limited to 'abs/core/linux/linux.install.pkg')
-rw-r--r--abs/core/linux/linux.install.pkg6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/linux/linux.install.pkg b/abs/core/linux/linux.install.pkg
index 1fc923b..7ac1e99 100644
--- a/abs/core/linux/linux.install.pkg
+++ b/abs/core/linux/linux.install.pkg
@@ -2,13 +2,13 @@
# arg 2: the old package version
KERNEL_NAME=
-KERNEL_VERSION=3.18.24-1-ARCH
+KERNEL_VERSION=4.4.0-4-ARCH
post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
+ echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
mkinitcpio -p linux${KERNEL_NAME}
}
@@ -20,7 +20,7 @@ post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
+ echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
mkinitcpio -p linux${KERNEL_NAME}
if [ $(vercmp $2 3.13) -lt 0 ]; then