diff options
Diffstat (limited to 'abs/core/linux/linux.install.pkg')
-rw-r--r-- | abs/core/linux/linux.install.pkg | 6 |
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." |