[arch-commits] CVS update of extra/network/ipw3945 (ipw3945.install)

Thomas Baechler thomas at archlinux.org
Mon Jul 9 20:21:11 UTC 2007


    Date: Monday, July 9, 2007 @ 16:21:11
  Author: thomas
    Path: /home/cvs-extra/extra/network/ipw3945

Modified: ipw3945.install (1.10 -> 1.11)

update for 2.6.22


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


Index: extra/network/ipw3945/ipw3945.install
diff -u extra/network/ipw3945/ipw3945.install:1.10 extra/network/ipw3945/ipw3945.install:1.11
--- extra/network/ipw3945/ipw3945.install:1.10	Sat Apr 28 09:15:25 2007
+++ extra/network/ipw3945/ipw3945.install	Mon Jul  9 16:21:10 2007
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.21-ARCH'
+  KERNEL_VERSION='2.6.22-ARCH'
   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.21-ARCH'
+  KERNEL_VERSION='2.6.22-ARCH'
   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.21-ARCH'
+  KERNEL_VERSION='2.6.22-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	 
  
   /bin/true




More information about the arch-commits mailing list