summarylogtreecommitdiffstats
path: root/linux-lts-tomoyo.install
diff options
context:
space:
mode:
authordysphoria2016-12-10 01:14:20 +0000
committerdysphoria2016-12-10 01:14:20 +0000
commit8050cf84e6b7ec28d813e6c60bd088e250051b51 (patch)
treee121a3e6435f42086f36673a96d90850e7723d80 /linux-lts-tomoyo.install
parent47d70efbd6bc57255c82fcc3dfaea32689b581e2 (diff)
downloadaur-8050cf84e6b7ec28d813e6c60bd088e250051b51.tar.gz
[upd] bump to latest
Diffstat (limited to 'linux-lts-tomoyo.install')
-rw-r--r--linux-lts-tomoyo.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/linux-lts-tomoyo.install b/linux-lts-tomoyo.install
index 0db70b402af2..78315ad5c2a6 100644
--- a/linux-lts-tomoyo.install
+++ b/linux-lts-tomoyo.install
@@ -8,8 +8,6 @@ post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p linux${KERNEL_NAME}
}
post_upgrade() {
@@ -20,8 +18,6 @@ post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p linux${KERNEL_NAME}
if [ $(vercmp $2 3.13) -lt 0 ]; then
echo ">>> WARNING: AT keyboard support is no longer built into the kernel."