diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-07 17:23:58 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-07 17:23:58 -0200 |
commit | 1415841d617a9c7e792633cd004905bdecbc2e93 (patch) | |
tree | 668355ad7c3dba921ef77f02f258b84edbb4bf4e /kernels/linux-libre-lts-grsec/linux-libre-lts-grsec.install | |
parent | 77fcb8ceb7db027f922c40b7270dd6bdfb725063 (diff) | |
download | abslibre-1415841d617a9c7e792633cd004905bdecbc2e93.tar.gz abslibre-1415841d617a9c7e792633cd004905bdecbc2e93.tar.bz2 abslibre-1415841d617a9c7e792633cd004905bdecbc2e93.zip |
linux-libre-lts-grsec-3.2.35-1: updating version
Diffstat (limited to 'kernels/linux-libre-lts-grsec/linux-libre-lts-grsec.install')
-rwxr-xr-x | kernels/linux-libre-lts-grsec/linux-libre-lts-grsec.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernels/linux-libre-lts-grsec/linux-libre-lts-grsec.install b/kernels/linux-libre-lts-grsec/linux-libre-lts-grsec.install index 87abae14c..18b408248 100755 --- a/kernels/linux-libre-lts-grsec/linux-libre-lts-grsec.install +++ b/kernels/linux-libre-lts-grsec/linux-libre-lts-grsec.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME=-lts-grsec -KERNEL_VERSION=3.2.34-1-LIBRE-LTS-GRSEC +KERNEL_VERSION=3.2.35-1-LIBRE-LTS-GRSEC # 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' @@ -17,7 +17,7 @@ post_install () { fi # compat symlinks for the official kernels only - if [ -z "${KERNEL_NAME}" -o "${KERNEL_NAME}" = "-lts-rt" ]; then + if [ -z "${KERNEL_NAME}" -o "${KERNEL_NAME}" = "-lts-grsec" ]; then loaders="$(find /boot -name syslinux.cfg -or -name extlinux.conf -or -name grub.cfg -or -name menu.lst)" [ -f /etc/lilo.conf ] && loaders="$loaders /etc/lilo.conf" if [ -n "${loaders}" ] && grep -q -e vmlinuz26 -e kernel26.img -e kernel26-fallback.img $loaders; then |