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

Antonio Rojas arojas at archlinux.org
Wed May 4 21:08:01 UTC 2016


    Date: Wednesday, May 4, 2016 @ 23:08:01
  Author: arojas
Revision: 266895

Hooks

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-04 21:00:06 UTC (rev 266894)
+++ PKGBUILD	2016-05-04 21:08:01 UTC (rev 266895)
@@ -3,7 +3,7 @@
 
 pkgname=wget
 pkgver=1.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A network utility to retrieve files from the Web"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/wget/wget.html"
@@ -12,7 +12,6 @@
 checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
-install=wget.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
 sha1sums=('8ae737ab2252607ce708f98d1dd7559ebf047f48'
           'SKIP')

Deleted: wget.install
===================================================================
--- wget.install	2016-05-04 21:00:06 UTC (rev 266894)
+++ wget.install	2016-05-04 21:08:01 UTC (rev 266895)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(wget.info)
-
-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