summaryrefslogtreecommitdiff
path: root/libre/linux-libre-lts/linux-libre-lts.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-13 21:43:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-13 21:43:01 -0300
commit93134bf58ab3db82596ae33829e421a45e8600a8 (patch)
tree8419af302c1d4b1a360f685e069aca8e2630846c /libre/linux-libre-lts/linux-libre-lts.install
parent482be493a5a40452347fa708aa7cd3fd2297dd52 (diff)
linux-libre-lts-3.14.12-1: updating version
Diffstat (limited to 'libre/linux-libre-lts/linux-libre-lts.install')
-rw-r--r--libre/linux-libre-lts/linux-libre-lts.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/libre/linux-libre-lts/linux-libre-lts.install b/libre/linux-libre-lts/linux-libre-lts.install
index 7a4a271df..bd7e68999 100644
--- a/libre/linux-libre-lts/linux-libre-lts.install
+++ b/libre/linux-libre-lts/linux-libre-lts.install
@@ -26,6 +26,12 @@ post_upgrade() {
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
mkinitcpio -p linux-libre${KERNEL_NAME}
fi
+
+ 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() {