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

Antonio Rojas arojas at archlinux.org
Sat May 14 20:10:36 UTC 2016


    Date: Saturday, May 14, 2016 @ 22:10:36
  Author: arojas
Revision: 268022

Hooks

Modified:
  tamu-anova/trunk/PKGBUILD
Deleted:
  tamu-anova/trunk/tamu-anova.install

--------------------+
 PKGBUILD           |    3 +--
 tamu-anova.install |   18 ------------------
 2 files changed, 1 insertion(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 20:05:15 UTC (rev 268021)
+++ PKGBUILD	2016-05-14 20:10:36 UTC (rev 268022)
@@ -4,7 +4,7 @@
 
 pkgname=tamu-anova
 pkgver=0.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="ANOVA Extensions to the GNU Scientific Library"
 arch=('x86_64' 'i686')
 url="http://www.stat.tamu.edu/~aredd/tamuanova/"
@@ -11,7 +11,6 @@
 license=('GPL')
 depends=('gsl')
 makedepends=('gcc')
-install=tamu-anova.install
 options=('staticlibs')
 source=(http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/tamu_anova-0.2.1.tar.gz)
 sha1sums=('8c7ffae14ebe92f27d20ff1f0e325875fa6ced53')

Deleted: tamu-anova.install
===================================================================
--- tamu-anova.install	2016-05-14 20:05:15 UTC (rev 268021)
+++ tamu-anova.install	2016-05-14 20:10:36 UTC (rev 268022)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(tamu_anova.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