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

Antonio Rojas arojas at archlinux.org
Fri May 6 18:34:37 UTC 2016


    Date: Friday, May 6, 2016 @ 20:34:37
  Author: arojas
Revision: 267035

Hooks

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-06 18:33:30 UTC (rev 267034)
+++ PKGBUILD	2016-05-06 18:34:37 UTC (rev 267035)
@@ -3,13 +3,12 @@
 
 pkgname=nasm
 pkgver=2.11.08
-pkgrel=1
+pkgrel=2
 pkgdesc="An 80x86 assembler designed for portability and modularity"
 arch=('i686' 'x86_64')
 url="http://www.nasm.us"
 license=('BSD')
 depends=('glibc')
-install=nasm.install
 source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz)
 sha1sums=('6908296ac437b3ade79fadfaad0efcfd99582f70')
 

Deleted: nasm.install
===================================================================
--- nasm.install	2016-05-06 18:33:30 UTC (rev 267034)
+++ nasm.install	2016-05-06 18:34:37 UTC (rev 267035)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(nasm.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