[arch-commits] Commit in e2fsprogs/trunk (PKGBUILD e2fsprogs.install)
Ronald van Haren
ronald at archlinux.org
Mon Oct 6 09:17:26 UTC 2008
Date: Monday, October 6, 2008 @ 05:17:26
Author: ronald
Revision: 14418
upgpkg: e2fsprogs 1.41.2-1
Added:
e2fsprogs/trunk/e2fsprogs.install
Modified:
e2fsprogs/trunk/PKGBUILD
-------------------+
PKGBUILD | 7 ++++---
e2fsprogs.install | 21 +++++++++++++++++++++
2 files changed, 25 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-06 09:00:54 UTC (rev 14417)
+++ PKGBUILD 2008-10-06 09:17:26 UTC (rev 14418)
@@ -3,8 +3,8 @@
# Contributor: judd <jvinet at zeroflux.org>
pkgname=e2fsprogs
-pkgver=1.41.1
-pkgrel=2
+pkgver=1.41.2
+pkgrel=1
pkgdesc="Ext2 filesystem utilities"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'MIT')
@@ -15,7 +15,8 @@
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
Makefile-fsck.static.patch
mke2fs.conf)
-md5sums=('ddf13b3c9ece247c457db20ca9a10c3c'
+install=e2fsprogs.install
+md5sums=('1c1c5177aea9a23b45b9b3f5b3241819'
'ce2b0daf84e17e8c7880ba3d43020ea3'
'4ebb30bdb5951f1fc86c1470e4d81532')
Added: e2fsprogs.install
===================================================================
--- e2fsprogs.install (rev 0)
+++ e2fsprogs.install 2008-10-06 09:17:26 UTC (rev 14418)
@@ -0,0 +1,21 @@
+ infodir=/usr/share/info
+ filelist=(libext2fs.info.gz)
+
+ post_install() {
+ for file in ${filelist[@]}; do
+ install-info $infodir/$file $infodir/dir 2> /dev/null
+ done
+
+ }
+
+ post_upgrade() {
+ post_install $1
+ }
+
+ post_remove() {
+ for file in ${filelist[@]}; do
+ install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+ done
+
+ }
+
More information about the arch-commits
mailing list