diff options
Diffstat (limited to 'abs/core-testing/nvidia-96xx/nvidia-96xx.install')
-rw-r--r-- | abs/core-testing/nvidia-96xx/nvidia-96xx.install | 4 |
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 dfded65..511deb0 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.27-ARCH' + KERNEL_VERSION='2.6.28-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.27-ARCH' + KERNEL_VERSION='2.6.28-ARCH' depmod -v $KERNEL_VERSION > /dev/null 2>&1 } |