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

Sébastien Luttringer seblu at archlinux.org
Sat May 14 13:21:54 UTC 2016


    Date: Saturday, May 14, 2016 @ 15:21:54
  Author: seblu
Revision: 175355

upgpkg: stow 2.2.2-2

https://www.archlinux.org/todo/hooks-part-1/

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 13:20:54 UTC (rev 175354)
+++ PKGBUILD	2016-05-14 13:21:54 UTC (rev 175355)
@@ -6,7 +6,7 @@
 
 pkgname=stow
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Manage installation of multiple softwares in the same directory tree'
 url='http://www.gnu.org/software/stow/'
 arch=('any')
@@ -14,7 +14,6 @@
 depends=('perl')
 makedepends=('texi2html')
 checkdepends=('perl-test-output' 'perl-io-stringy')
-install=$pkgname.install
 source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
 md5sums=('8712d22b7abe26b1bef0e22818981248')
 

Deleted: stow.install
===================================================================
--- stow.install	2016-05-14 13:20:54 UTC (rev 175354)
+++ stow.install	2016-05-14 13:21:54 UTC (rev 175355)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(stow.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in "${filelist[@]}"; do
-    install-info $infodir/$file.gz $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.gz $infodir/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list