diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-14 12:33:38 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-14 12:33:38 -0300 |
commit | d8cbd9c2c6a555c92243487f9c27a65c65760eec (patch) | |
tree | 082ef9ee1fd5d987208771cfc6f41939df657010 /libre/linux-libre/linux-libre.install | |
parent | 14bdbce9e15e0a492208a67ca49a459a628086bd (diff) | |
download | abslibre-d8cbd9c2c6a555c92243487f9c27a65c65760eec.tar.gz abslibre-d8cbd9c2c6a555c92243487f9c27a65c65760eec.tar.bz2 abslibre-d8cbd9c2c6a555c92243487f9c27a65c65760eec.zip |
linux-libre-3.3.6-1: updating version
Diffstat (limited to 'libre/linux-libre/linux-libre.install')
-rw-r--r-- | libre/linux-libre/linux-libre.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install index e948cc1ba..0924afb1a 100644 --- a/libre/linux-libre/linux-libre.install +++ b/libre/linux-libre/linux-libre.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.3.5-1-LIBRE +KERNEL_VERSION=3.3.6-1-LIBRE 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=$? |