[arch-commits] CVS update of unstable/modules/rt2x00-cvs-suspend2 (rt2x00.install)

daniel at archlinux.org daniel at archlinux.org
Sun Aug 26 10:48:16 UTC 2007


    Date: Sunday, August 26, 2007 @ 06:48:16
  Author: daniel
    Path: /home/cvs-unstable/unstable/modules/rt2x00-cvs-suspend2

Modified: rt2x00.install (1.1 -> 1.2)

upgpkg: rt2x00-cvs-suspend2 20070826-1


----------------+
 rt2x00.install |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: unstable/modules/rt2x00-cvs-suspend2/rt2x00.install
diff -u unstable/modules/rt2x00-cvs-suspend2/rt2x00.install:1.1 unstable/modules/rt2x00-cvs-suspend2/rt2x00.install:1.2
--- unstable/modules/rt2x00-cvs-suspend2/rt2x00.install:1.1	Fri Dec 22 20:56:52 2006
+++ unstable/modules/rt2x00-cvs-suspend2/rt2x00.install	Sun Aug 26 06:48:16 2007
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION=2.6.22-suspend2
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
   /bin/true
 }
@@ -10,7 +10,7 @@
 # arg 2:  the old package version
 post_upgrade()
 {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION=2.6.22-suspend2
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
   /bin/true
 }
@@ -24,7 +24,7 @@
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION=2.6.22-suspend2
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	  
   /bin/true
 }




More information about the arch-commits mailing list