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

Felix Yan fyan at archlinux.org
Wed Apr 27 16:42:42 UTC 2016


    Date: Wednesday, April 27, 2016 @ 18:42:42
  Author: fyan
Revision: 266267

upgpkg: texi2html 5.0-4

Hooks rebuild (part 1)

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 16:41:58 UTC (rev 266266)
+++ PKGBUILD	2016-04-27 16:42:42 UTC (rev 266267)
@@ -4,13 +4,12 @@
 
 pkgname=texi2html
 pkgver=5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Converts texinfo documents to HTML"
 arch=('any')
 url="http://www.nongnu.org/texi2html/"
 license=('GPL')
 depends=('perl')
-install=texi2html.install
 source=("http://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2")
 md5sums=('f15ac876fcdc8be865b16535f480aa54')
 

Deleted: texi2html.install
===================================================================
--- texi2html.install	2016-04-27 16:41:58 UTC (rev 266266)
+++ texi2html.install	2016-04-27 16:42:42 UTC (rev 266267)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(texi2html.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