Date: Saturday, May 14, 2016 @ 22:36:47
  Author: arojas
Revision: 268029

Hooks

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

------------------+
 PKGBUILD         |    5 ++---
 wxmaxima.install |   26 --------------------------
 2 files changed, 2 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-05-14 20:30:57 UTC (rev 268028)
+++ PKGBUILD    2016-05-14 20:36:47 UTC (rev 268029)
@@ -4,7 +4,7 @@
 # Contributor: Vinay S Shastry <vinayshas...@gmail.com>
 
 pkgname=wxmaxima
-pkgver=16.04.0
+pkgver=16.04.2
 pkgrel=1
 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
 arch=('i686' 'x86_64')
@@ -12,8 +12,7 @@
 license=('GPL2')
 depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-install=wxmaxima.install
-sha1sums=('5a2c6e1755e12b565eeb841e4a7d07aef3ada679')
+sha1sums=('568374973eec8110190fc8a69e4e881d9bc76e49')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Deleted: wxmaxima.install
===================================================================
--- wxmaxima.install    2016-05-14 20:30:57 UTC (rev 268028)
+++ wxmaxima.install    2016-05-14 20:36:47 UTC (rev 268029)
@@ -1,26 +0,0 @@
-infodir=/usr/share/info
-filelist=(wxmaxima.info.gz)
-
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove () {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-

Reply via email to