diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-27 14:59:45 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-27 14:59:45 -0300 |
commit | dd29002274e3109288469fe9677575d450807542 (patch) | |
tree | a0e90576b37a460dd9977c3f53162fc7e4765068 /libre/linux-libre/linux-libre.install | |
parent | 43a5bcc4818d2b06b0dbc8f53c9b9c26150e7dc6 (diff) | |
download | abslibre-dd29002274e3109288469fe9677575d450807542.tar.gz abslibre-dd29002274e3109288469fe9677575d450807542.tar.bz2 abslibre-dd29002274e3109288469fe9677575d450807542.zip |
linux-libre-3.5.3-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 59b77b82d..0cd51930e 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.5.2-1.1-LIBRE +KERNEL_VERSION=3.5.3-1-LIBRE # 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=$? |