summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimão Gomes Viana2020-11-22 20:48:20 +0100
committerSimão Gomes Viana2020-11-22 20:49:24 +0100
commitbab13d9818313084a6a9f331d0e17c0766521d81 (patch)
treedece436307e03ef86a3398fd10bd1489ff0424e8
parent582d4ba6f8c70f13ebc69963809b4d2896594740 (diff)
downloadaur-bab13d9818313084a6a9f331d0e17c0766521d81.tar.gz
Remove mkinitcpio/depmod
User @thaewrapt pointed out that depmod/mkinitcpio is no longer necessary which is why I have removed that now. Signed-off-by: Simão Gomes Viana <devel@superboring.dev>
-rw-r--r--linux-nitrous-git.install12
1 files changed, 1 insertions, 11 deletions
diff --git a/linux-nitrous-git.install b/linux-nitrous-git.install
index 6d43bb26375f..39a5ddbb9360 100644
--- a/linux-nitrous-git.install
+++ b/linux-nitrous-git.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"