Date: Monday, August 8, 2016 @ 17:40:00
  Author: arojas
Revision: 273503

texlive hooks

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-08-08 17:34:07 UTC (rev 273502)
+++ PKGBUILD    2016-08-08 17:40:00 UTC (rev 273503)
@@ -5,7 +5,7 @@
 
 pkgname=gnuplot
 pkgver=5.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
 arch=('i686' 'x86_64') 
 url="http://www.gnuplot.info"; 
@@ -13,7 +13,6 @@
 depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
 makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
 options=('!makeflags')
-install=gnuplot.install
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
         "lua53_compat.patch")
 sha1sums=('3a616a1beca8e86662afcc9d368aad6847ed4e0f'

Deleted: gnuplot.install
===================================================================
--- gnuplot.install     2016-08-08 17:34:07 UTC (rev 273502)
+++ gnuplot.install     2016-08-08 17:40:00 UTC (rev 273503)
@@ -1,18 +0,0 @@
-post_install() {
-  if [ -f /usr/bin/mktexlsr ]; then
-    echo "Updating TeX tree..."
-    mktexlsr
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  if [ -f /usr/bin/mktexlsr ]; then
-    echo "Updating TeX tree..."
-    mktexlsr
-  fi
-}
-

Reply via email to