summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-xen/linux-libre-xen.install
diff options
context:
space:
mode:
Diffstat (limited to 'kernels/linux-libre-xen/linux-libre-xen.install')
-rw-r--r--kernels/linux-libre-xen/linux-libre-xen.install7
1 files changed, 5 insertions, 2 deletions
diff --git a/kernels/linux-libre-xen/linux-libre-xen.install b/kernels/linux-libre-xen/linux-libre-xen.install
index b670328cd..c385956af 100644
--- a/kernels/linux-libre-xen/linux-libre-xen.install
+++ b/kernels/linux-libre-xen/linux-libre-xen.install
@@ -2,7 +2,10 @@
# arg 2: the old package version
KERNEL_NAME=-xen
-KERNEL_VERSION=3.3.6-1.3-LIBRE-XEN
+KERNEL_VERSION=3.8.8-1-LIBRE-XEN
+
+# 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'
post_install () {
# updating module dependencies
@@ -30,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=$?