[arch-commits] Commit in help2man/trunk (PKGBUILD help2man.install)
Antonio Rojas
arojas at archlinux.org
Wed May 4 20:32:51 UTC 2016
Date: Wednesday, May 4, 2016 @ 22:32:51
Author: arojas
Revision: 266887
Hooks
Modified:
help2man/trunk/PKGBUILD
Deleted:
help2man/trunk/help2man.install
------------------+
PKGBUILD | 3 +--
help2man.install | 18 ------------------
2 files changed, 1 insertion(+), 20 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-04 20:22:57 UTC (rev 266886)
+++ PKGBUILD 2016-05-04 20:32:51 UTC (rev 266887)
@@ -4,13 +4,12 @@
pkgname=help2man
pkgver=1.47.3
-pkgrel=1
+pkgrel=2
pkgdesc="Conversion tool to create man files"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/help2man/"
license=('GPL')
depends=('perl-locale-gettext')
-install=help2man.install
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
'SKIP')
Deleted: help2man.install
===================================================================
--- help2man.install 2016-05-04 20:22:57 UTC (rev 266886)
+++ help2man.install 2016-05-04 20:32:51 UTC (rev 266887)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.info)
-
-post_install() {
- for f in ${info_files[@]}; do
- install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- for f in ${info_files[@]}; do
- install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
- done
-}
More information about the arch-commits
mailing list