summarylogtreecommitdiffstats
path: root/linux.install
diff options
context:
space:
mode:
authorRaphael Simon2015-11-09 15:58:54 -0800
committerRaphael Simon2015-11-09 15:58:54 -0800
commit5f5675510918141ea5ece80276f5ac7bec60866a (patch)
tree99e4cc67990a9b39d9839500abb0725fe67945c0 /linux.install
parent5dda49986c145b47916e4a0968143f2fdbb2916e (diff)
downloadaur-5f5675510918141ea5ece80276f5ac7bec60866a.tar.gz
release v4.3-1
Diffstat (limited to 'linux.install')
-rw-r--r--linux.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/linux.install b/linux.install
index ef42413835ac..a70296fd7c6c 100644
--- a/linux.install
+++ b/linux.install
@@ -22,12 +22,6 @@ post_upgrade() {
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."
- echo ">>> In order to use your keyboard during early init, you MUST"
- echo ">>> include the 'keyboard' hook in your mkinitcpio.conf."
- fi
}
post_remove() {