summarylogtreecommitdiffstats
path: root/linux-nitrous.install
diff options
context:
space:
mode:
authorSimão Gomes Viana2020-11-22 20:48:20 +0100
committerSimão Gomes Viana2020-11-22 20:48:20 +0100
commit7ee6a42b149f166bb753542de21351729b98a670 (patch)
treed824e4edd5dba13d5050b0a7ad4ee7eed8584094 /linux-nitrous.install
parent1256f491d3b6e88ca3f69f2a732be58d40fc843b (diff)
downloadaur-7ee6a42b149f166bb753542de21351729b98a670.tar.gz
Remove mkinitcpio/depmod
User @thaewrapt pointed out that depmod/mkinitcpio is no longer necessary which is why I have removed that now.
Diffstat (limited to 'linux-nitrous.install')
-rw-r--r--linux-nitrous.install12
1 files changed, 1 insertions, 11 deletions
diff --git a/linux-nitrous.install b/linux-nitrous.install
index 6d43bb26375f..39a5ddbb9360 100644
--- a/linux-nitrous.install
+++ b/linux-nitrous.install
@@ -5,11 +5,7 @@ KERNEL_NAME=
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 ${KERNEL_NAME}
+
}
post_upgrade() {
@@ -17,12 +13,6 @@ post_upgrade() {
echo "WARNING: /boot appears to be a separate partition but is not mounted."
fi
- # updating module dependencies
- echo ">>> Updating module dependencies. Please wait ..."
- depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p ${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"