summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-pae/linux-libre-pae.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-13 15:59:05 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-13 15:59:05 -0300
commit7be36c050ec34f5fd7caa228ef4f69c0368607dd (patch)
treefea37d2ba0deced1901d303b491d8a172214545c /kernels/linux-libre-pae/linux-libre-pae.install
parent7e7b744a24b8cb93400583f5137582637a066f29 (diff)
linux-libre-{pae,xen}-3.15.5-2: updating version
* add patch for FS#33745 (https://bugs.archlinux.org/task/33745) efistub breakage
Diffstat (limited to 'kernels/linux-libre-pae/linux-libre-pae.install')
-rw-r--r--kernels/linux-libre-pae/linux-libre-pae.install12
1 files changed, 4 insertions, 8 deletions
diff --git a/kernels/linux-libre-pae/linux-libre-pae.install b/kernels/linux-libre-pae/linux-libre-pae.install
index 6241e6ea2..36d1edc78 100644
--- a/kernels/linux-libre-pae/linux-libre-pae.install
+++ b/kernels/linux-libre-pae/linux-libre-pae.install
@@ -8,10 +8,8 @@ post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- if command -v mkinitcpio 2>&1 > /dev/null; then
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p linux-libre${KERNEL_NAME}
- fi
+ echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
+ mkinitcpio -p linux-libre${KERNEL_NAME}
}
post_upgrade() {
@@ -22,10 +20,8 @@ post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- if command -v mkinitcpio 2>&1 > /dev/null; then
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p linux-libre${KERNEL_NAME}
- fi
+ echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
+ mkinitcpio -p linux-libre${KERNEL_NAME}
if [ $(vercmp $2 3.13) -lt 0 ]; then
echo ">>> WARNING: AT keyboard support is no longer built into the kernel."