From 0a07a57790cf731553d5d1e534acc6019292dedc Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 5 Feb 2013 16:49:36 -0200 Subject: linux-libre-pae-3.7.6-1: fixing linux-libre-pae.install --- kernels/linux-libre-pae/linux-libre-pae.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernels') diff --git a/kernels/linux-libre-pae/linux-libre-pae.install b/kernels/linux-libre-pae/linux-libre-pae.install index f55c7ed20..f0bb07f04 100644 --- a/kernels/linux-libre-pae/linux-libre-pae.install +++ b/kernels/linux-libre-pae/linux-libre-pae.install @@ -17,7 +17,7 @@ post_install () { fi # compat symlinks for the official kernels only - if [ -z "${KERNEL_NAME}" -o "${KERNEL_NAME}" = "-xen" ]; then + if [ -z "${KERNEL_NAME}" -o "${KERNEL_NAME}" = "-pae" ]; 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 -- cgit v1.2.3