[arch-commits] CVS update of extra/system/truecrypt-suspend2 (2 files)
daniel at archlinux.org
daniel at archlinux.org
Tue Aug 21 16:58:09 UTC 2007
Date: Tuesday, August 21, 2007 @ 12:58:09
Author: daniel
Path: /home/cvs-extra/extra/system/truecrypt-suspend2
Modified: PKGBUILD (1.7 -> 1.8) truecrypt.install (1.2 -> 1.3)
update to 2.6.22
-------------------+
PKGBUILD | 6 +++---
truecrypt.install | 12 ++----------
2 files changed, 5 insertions(+), 13 deletions(-)
Index: extra/system/truecrypt-suspend2/PKGBUILD
diff -u extra/system/truecrypt-suspend2/PKGBUILD:1.7 extra/system/truecrypt-suspend2/PKGBUILD:1.8
--- extra/system/truecrypt-suspend2/PKGBUILD:1.7 Fri Jun 1 21:54:04 2007
+++ extra/system/truecrypt-suspend2/PKGBUILD Tue Aug 21 12:58:09 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.7 2007/06/02 01:54:04 eric Exp $
+# $Id: PKGBUILD,v 1.8 2007/08/21 16:58:09 daniel Exp $
# Contributor: Tom K <tomk at runbox.com>
pkgname=truecrypt-suspend2
pkgver=4.3a
-pkgrel=2
+pkgrel=3
pkgdesc="Free open-source disk encryption software - module for kernel26suspend2"
arch=('i686' 'x86_64')
depends=('truecrypt-utils' 'kernel26suspend2')
@@ -13,7 +13,7 @@
license=('custom')
options=('force')
-_kernver=2.6.21-suspend2
+_kernver=2.6.22-suspend2
build() {
cd $startdir/src/truecrypt-$pkgver-source-code/Linux/Kernel
Index: extra/system/truecrypt-suspend2/truecrypt.install
diff -u extra/system/truecrypt-suspend2/truecrypt.install:1.2 extra/system/truecrypt-suspend2/truecrypt.install:1.3
--- extra/system/truecrypt-suspend2/truecrypt.install:1.2 Tue May 8 18:00:31 2007
+++ extra/system/truecrypt-suspend2/truecrypt.install Tue Aug 21 12:58:09 2007
@@ -8,21 +8,13 @@
post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.21-suspend2
+ KERNEL_VERSION=2.6.22-suspend2
depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the old package version
-pre_remove() {
- /bin/true
-}
-
-# arg 1: the old package version
post_remove() {
- # updating module dependencies
- echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.21-suspend2
- depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
+ post_upgrade
}
op=$1
More information about the arch-commits
mailing list