summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/nvidia-96xx/nvidia-96xx.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/nvidia-96xx/nvidia-96xx.install')
-rw-r--r--abs/core-testing/nvidia-96xx/nvidia-96xx.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/nvidia-96xx/nvidia-96xx.install b/abs/core-testing/nvidia-96xx/nvidia-96xx.install
index dbbec39..dfded65 100644
--- a/abs/core-testing/nvidia-96xx/nvidia-96xx.install
+++ b/abs/core-testing/nvidia-96xx/nvidia-96xx.install
@@ -1,6 +1,6 @@
# arg 1: the new package version
post_install() {
- KERNEL_VERSION='2.6.26-ARCH'
+ KERNEL_VERSION='2.6.27-ARCH'
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
@@ -13,7 +13,7 @@ post_upgrade() {
# arg 1: the old package version
post_remove() {
- KERNEL_VERSION='2.6.26-ARCH'
+ KERNEL_VERSION='2.6.27-ARCH'
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}