From 406312a355f4b5b7ec19228e6d9657e4494dfa99 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 13 Sep 2009 21:35:39 +0200 Subject: [PATCH] Don't remove old kernel version at update of linux-xen --- src/paks/linux-xen/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/paks/linux-xen/update.sh b/src/paks/linux-xen/update.sh index 89c40d0d7..abbaf47c3 100644 --- a/src/paks/linux-xen/update.sh +++ b/src/paks/linux-xen/update.sh @@ -22,5 +22,6 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh -./uninstall.sh +#Don't remove old xen kernel at update +#./uninstall.sh ./install.sh -- 2.39.2