aboutsummarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authoryar2016-11-19 15:07:10 -0800
committeryar2016-11-19 15:17:50 -0800
commitaebbbdf3d42f41e6689000b65301e7be5f11e6c5 (patch)
tree437dc91a7f22028229b647f12d58027f1d03eb59 /install
parent95378983054172937b01b2e23958176837191787 (diff)
downloadaur-aebbbdf3d42f41e6689000b65301e7be5f11e6c5.tar.gz
mkinitcpio hook
Diffstat (limited to 'install')
-rw-r--r--install4
1 files changed, 0 insertions, 4 deletions
diff --git a/install b/install
index ef4c3b27de01..6c5d6dcee00e 100644
--- a/install
+++ b/install
@@ -5,16 +5,12 @@ export PATH='/usr/local/sbin:/usr/local/bin:/usr/bin'
post_install () {
echo ">>> Updating module dependencies. Please wait ..."
depmod ${1##*:}${KERNEL_NAME}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p linux${KERNEL_NAME}
}
post_upgrade() {
rm -f boot/initramfs-linux${KERNEL_NAME}-fallback.img
echo ">>> Updating module dependencies. Please wait ..."
depmod ${1##*:}${KERNEL_NAME}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p linux${KERNEL_NAME}
}
post_remove() {