summarylogtreecommitdiffstats
path: root/linux.install
diff options
context:
space:
mode:
authorFigue2017-11-19 03:17:33 +0100
committerFigue2017-11-19 03:17:33 +0100
commit15df4c110eaa1636cc5421c52bf4e355c4a021ff (patch)
tree563b70d46d717c997aafb433b3364c90b3e2a844 /linux.install
parent47553269d374566f2ae2e26edb5708c0010d3e2b (diff)
downloadaur-15df4c110eaa1636cc5421c52bf4e355c4a021ff.tar.gz
Update to 4.14 branch
Diffstat (limited to 'linux.install')
-rw-r--r--linux.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/linux.install b/linux.install
index 415abc2ac3e5..372c56d9fd04 100644
--- a/linux.install
+++ b/linux.install
@@ -1,30 +1,13 @@
# arg 1: the new package version
# arg 2: the old package version
-post_install () {
- # updating module dependencies
- echo ">>> Updating module dependencies. Please wait ..."
- depmod %KERNVER%
-}
-
post_upgrade() {
if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then
echo "WARNING: /boot appears to be a separate partition but is not mounted."
fi
-
- # updating module dependencies
- echo ">>> Updating module dependencies. Please wait ..."
- depmod %KERNVER%
-
- 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() {
- # also remove the compat symlinks
rm -f boot/initramfs-%PKGBASE%.img
rm -f boot/initramfs-%PKGBASE%-fallback.img
}