summaryrefslogtreecommitdiffstats
path: root/abs/core/linux/linux.install.pkg
diff options
context:
space:
mode:
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