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

Antonio Rojas arojas at archlinux.org
Mon Aug 8 17:30:25 UTC 2016


    Date: Monday, August 8, 2016 @ 17:30:24
  Author: arojas
Revision: 273499

texlive hooks

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

-----------+
 PKGBUILD  |    3 +--
 r.install |   15 ---------------
 2 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-08 15:56:13 UTC (rev 273498)
+++ PKGBUILD	2016-08-08 17:30:24 UTC (rev 273499)
@@ -5,7 +5,7 @@
 
 pkgname=r
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,7 +17,6 @@
 optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
 backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 'etc/R/javaconf')
 options=('!makeflags' '!emptydirs')
-install=r.install
 source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz"
 	'r.desktop'
 	'r.png'

Deleted: r.install
===================================================================
--- r.install	2016-08-08 15:56:13 UTC (rev 273498)
+++ r.install	2016-08-08 17:30:24 UTC (rev 273499)
@@ -1,15 +0,0 @@
-post_install() {
-  if [[ -x /usr/bin/mktexlsr ]]; then
-     echo ">>> updating the filename database for texlive..."
-     mktexlsr --quiet usr/share/texmf
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-



More information about the arch-commits mailing list