archrelease: copy trunk to staging-x86_64
[arch-packages.git] / linux / repos / core-i686 / linux.install
blob04627758414001d0d63936148e4edfb22cf8bbf7
1 post_install () {
2   # updating module dependencies
3   echo ">>> Updating module dependencies. Please wait ..."
4   depmod %KERNVER%
7 post_upgrade() {
8   if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then
9     echo "WARNING: /boot appears to be a separate partition but is not mounted."
10   fi
12   # updating module dependencies
13   echo ">>> Updating module dependencies. Please wait ..."
14   depmod %KERNVER%
16   if [ $(vercmp $2 3.13) -lt 0 ]; then
17     echo ">>> WARNING: AT keyboard support is no longer built into the kernel."
18     echo ">>>          In order to use your keyboard during early init, you MUST"
19     echo ">>>          include the 'keyboard' hook in your mkinitcpio.conf."
20   fi
23 post_remove() {
24   # also remove the compat symlinks
25   rm -f boot/initramfs-%PKGBASE%.img
26   rm -f boot/initramfs-%PKGBASE%-fallback.img