summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-rt/linux-libre-rt.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@localhost.localdomain>2012-09-21 23:35:40 -0300
committerAndré Fabian Silva Delgado <andre@localhost.localdomain>2012-09-21 23:35:40 -0300
commit063cb2e97d16fa097c0ab71c3592e0aff0c75230 (patch)
tree4c39818ca1732e5816a8dd574d18488d393c83b1 /kernels/linux-libre-rt/linux-libre-rt.install
parent0c0abc5fe8b0451e2c2211e3c47f0d8e8193667c (diff)
linux-libre-rt-3.4.11_rt19-1: updating version
Diffstat (limited to 'kernels/linux-libre-rt/linux-libre-rt.install')
-rwxr-xr-xkernels/linux-libre-rt/linux-libre-rt.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernels/linux-libre-rt/linux-libre-rt.install b/kernels/linux-libre-rt/linux-libre-rt.install
index 1f57ce546..54d0c0a89 100755
--- a/kernels/linux-libre-rt/linux-libre-rt.install
+++ b/kernels/linux-libre-rt/linux-libre-rt.install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-rt
-KERNEL_VERSION=3.4.9-1.1-rt17-LIBRE-RT
+KERNEL_VERSION=3.4.11-1-rt19-LIBRE-RT
# set a sane PATH to ensure that critical utils like depmod will be found
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
@@ -33,7 +33,7 @@ post_install () {
post_upgrade() {
pacman -Q grub &>/dev/null
hasgrub=$?
- pacman -Q grub2-common &>/dev/null
+ pacman -Q grub-common &>/dev/null
hasgrub2=$?
pacman -Q lilo &>/dev/null
haslilo=$?