[arch-commits] Commit in e2fsprogs/trunk (PKGBUILD e2fsprogs.install)

Christian Hesse eworm at archlinux.org
Fri Jul 29 06:36:10 UTC 2016


    Date: Friday, July 29, 2016 @ 06:36:09
  Author: eworm
Revision: 272679

upgpkg: e2fsprogs 1.43.1-2

Pacman hooks! Remove install script.

Modified:
  e2fsprogs/trunk/PKGBUILD
Deleted:
  e2fsprogs/trunk/e2fsprogs.install

-------------------+
 PKGBUILD          |    3 +--
 e2fsprogs.install |   20 --------------------
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-29 06:28:16 UTC (rev 272678)
+++ PKGBUILD	2016-07-29 06:36:09 UTC (rev 272679)
@@ -4,7 +4,7 @@
 
 pkgname=e2fsprogs
 pkgver=1.43.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Ext2/3/4 filesystem utilities"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'MIT')
@@ -16,7 +16,6 @@
         'MIT-LICENSE')
 backup=('etc/mke2fs.conf')
 options=('staticlibs')
-install=${pkgname}.install
 sha1sums=('26b75c27ba434e72ef630b160782a01b4d992b7a'
           'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')
 

Deleted: e2fsprogs.install
===================================================================
--- e2fsprogs.install	2016-07-29 06:28:16 UTC (rev 272678)
+++ e2fsprogs.install	2016-07-29 06:36:09 UTC (rev 272679)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libext2fs.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list