summaryrefslogtreecommitdiff
path: root/libre/linux-libre-lts/linux-libre-lts.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-06-10 11:59:50 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-06-10 11:59:50 -0300
commit304bc200d77e78c869d97d11b731991a9b7b8c09 (patch)
treea66c6ee0c127f6bd7611641bf57b5d434afd8f4a /libre/linux-libre-lts/linux-libre-lts.install
parent64777f8f265b5d6de666f65807882c5714379da0 (diff)
downloadabslibre-304bc200d77e78c869d97d11b731991a9b7b8c09.tar.gz
abslibre-304bc200d77e78c869d97d11b731991a9b7b8c09.tar.bz2
abslibre-304bc200d77e78c869d97d11b731991a9b7b8c09.zip
linux-libre-lts-3.0.34-1: updating version and fixing grub2 check
Diffstat (limited to 'libre/linux-libre-lts/linux-libre-lts.install')
-rw-r--r--libre/linux-libre-lts/linux-libre-lts.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre-lts/linux-libre-lts.install b/libre/linux-libre-lts/linux-libre-lts.install
index b6a6f731c..55ed9e496 100644
--- a/libre/linux-libre-lts/linux-libre-lts.install
+++ b/libre/linux-libre-lts/linux-libre-lts.install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.33-1-LIBRE-LTS
+KERNEL_VERSION=3.0.34-1-LIBRE-LTS
post_install () {
# updating module dependencies
@@ -28,7 +28,7 @@ post_install () {
post_upgrade() {
pacman -Q grub &>/dev/null
hasgrub=$?
- pacman -Q grub2 &>/dev/null
+ pacman -Q grub2-common &>/dev/null
hasgrub2=$?
pacman -Q lilo &>/dev/null
haslilo=$?