diff options
author | Márcio Silva <marcio@pc-02.localdomain> | 2012-06-11 16:07:02 -0300 |
---|---|---|
committer | Márcio Silva <marcio@pc-02.localdomain> | 2012-06-11 16:07:02 -0300 |
commit | c9fac1e465cceec9e9c8439978d9eb0c5a556676 (patch) | |
tree | 3b6b9e5842d8cc625fa8557e000f92e4a0ff7993 /libre/linux-libre-lts/linux-libre-lts.install | |
parent | 5d9e43e2246de3d18b1a0eb17c3c05902eba3375 (diff) | |
parent | 6d006ae5a02b1276e0fe231c95a23465e126e759 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/linux-libre-lts/linux-libre-lts.install')
-rw-r--r-- | libre/linux-libre-lts/linux-libre-lts.install | 4 |
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=$? |