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

Antonio Rojas arojas at archlinux.org
Wed Apr 27 21:12:18 UTC 2016


    Date: Wednesday, April 27, 2016 @ 23:12:18
  Author: arojas
Revision: 172196

Hooks

Modified:
  maxima-ecl/trunk/PKGBUILD
Deleted:
  maxima-ecl/trunk/maxima.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 21:11:45 UTC (rev 172195)
+++ PKGBUILD	2016-04-27 21:12:18 UTC (rev 172196)
@@ -8,7 +8,7 @@
 _pkgname=maxima
 pkgver=5.38.0
 _eclver=16.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
 arch=(i686 x86_64)
 license=(GPL)
@@ -19,7 +19,6 @@
 conflicts=(maxima)
 provides=(maxima)
 options=(!zipman) # don't zip info pages or they won't work inside maxima
-install=maxima.install
 source=("http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
         "${_pkgname}.desktop" 'build-fasl.patch' 'matrixexp.patch')
 md5sums=('31036638fa60b5019bade619eec27496'

Deleted: maxima.install
===================================================================
--- maxima.install	2016-04-27 21:11:45 UTC (rev 172195)
+++ maxima.install	2016-04-27 21:12:18 UTC (rev 172196)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(imaxima.info maxima.info xmaxima.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list