summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/nvidia-beta/nvidia.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-16 05:02:37 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-16 05:02:37 (GMT)
commitee08c3133373b7a4d14d655e052c3175eaf558fe (patch)
tree56eb1727cf023df0b2a24d9a596352e0931856a5 /abs/core-testing/nvidia-beta/nvidia.install
parent433206d3bb9163fd22f8ca135923c029a0edeccc (diff)
downloadlinhes_pkgbuild-ee08c3133373b7a4d14d655e052c3175eaf558fe.zip
linhes_pkgbuild-ee08c3133373b7a4d14d655e052c3175eaf558fe.tar.gz
linhes_pkgbuild-ee08c3133373b7a4d14d655e052c3175eaf558fe.tar.bz2
Moved to 'community'.
Diffstat (limited to 'abs/core-testing/nvidia-beta/nvidia.install')
-rw-r--r--abs/core-testing/nvidia-beta/nvidia.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/core-testing/nvidia-beta/nvidia.install b/abs/core-testing/nvidia-beta/nvidia.install
deleted file mode 100644
index dbbec39..0000000
--- a/abs/core-testing/nvidia-beta/nvidia.install
+++ /dev/null
@@ -1,22 +0,0 @@
-# arg 1: the new package version
-post_install() {
- KERNEL_VERSION='2.6.26-ARCH'
- depmod -v $KERNEL_VERSION > /dev/null 2>&1
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install $1
- rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
-}
-
-# arg 1: the old package version
-post_remove() {
- KERNEL_VERSION='2.6.26-ARCH'
- depmod -v $KERNEL_VERSION > /dev/null 2>&1
-}
-
-op=$1
-shift
-$op $*