diff options
Diffstat (limited to 'abs/core/linux/linux.install')
-rw-r--r-- | abs/core/linux/linux.install | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/abs/core/linux/linux.install b/abs/core/linux/linux.install index dd2fa5c..0893e29 100644 --- a/abs/core/linux/linux.install +++ b/abs/core/linux/linux.install @@ -1,15 +1,13 @@ # arg 1: the new package version # arg 2: the old package version -KERNEL_NAME= +KERNEL_NAME=-lts KERNEL_VERSION= 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." |