[arch-commits] CVS update of core/support/tiacx (acx.install)

Tobias Powalowski tpowa at archlinux.org
Thu Mar 6 07:40:39 UTC 2008


    Date: Thursday, March 6, 2008 @ 02:40:39
  Author: tpowa
    Path: /home/cvs-core/core/support/tiacx

Modified: acx.install (1.1 -> 1.2)

'upgpkg: added for x86_64'


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


Index: core/support/tiacx/acx.install
diff -u core/support/tiacx/acx.install:1.1 core/support/tiacx/acx.install:1.2
--- core/support/tiacx/acx.install:1.1	Mon Feb 18 18:02:26 2008
+++ core/support/tiacx/acx.install	Thu Mar  6 02:40:20 2008
@@ -1,20 +1,20 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.23-ARCH'
+  KERNEL_VERSION='2.6.24-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  KERNEL_VERSION='2.6.23-ARCH'
+  KERNEL_VERSION='2.6.24-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1	 
   
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION='2.6.23-ARCH'
+  KERNEL_VERSION='2.6.24-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1	 
 }
 




More information about the arch-commits mailing list