diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-04-18 17:35:34 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-04-18 17:35:34 (GMT) |
commit | a3e950053d847e719d489c13064b6c165425385c (patch) | |
tree | fccd4ec9f53e519563c0cfd25833cd8c3caaaa20 /abs/core/linux/linux.install | |
parent | bd44be589a2626bd26a7f31b23c2358fb74e5c95 (diff) | |
parent | 0a8de86de9f21f7877075ac2800254239ae84a81 (diff) | |
download | linhes_pkgbuild-a3e950053d847e719d489c13064b6c165425385c.zip linhes_pkgbuild-a3e950053d847e719d489c13064b6c165425385c.tar.gz linhes_pkgbuild-a3e950053d847e719d489c13064b6c165425385c.tar.bz2 |
Merge branch 'testing'
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." |