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

Rémy Oudompheng remy at archlinux.org
Wed Aug 3 06:30:09 UTC 2016


    Date: Wednesday, August 3, 2016 @ 06:30:08
  Author: remy
Revision: 272936

upgpkg: texlive-publishers 2016.41474-2

Remove redundant install script (replaced by hooks).

Modified:
  texlive-publishers/trunk/PKGBUILD
Deleted:
  texlive-publishers/trunk/texlive.install

-----------------+
 PKGBUILD        |    3 +--
 texlive.install |   12 ------------
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-03 03:28:19 UTC (rev 272935)
+++ PKGBUILD	2016-08-03 06:30:08 UTC (rev 272936)
@@ -5,7 +5,7 @@
 pkgname=texlive-publishers
 pkgver=2016.41474
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
 license=('GPL')
 arch=(any)
@@ -14,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
 options=('!emptydirs')
-install=texlive.install
 md5sums=('ce19a4bbcb769d519eac95189809fefa')
 
 build() {

Deleted: texlive.install
===================================================================
--- texlive.install	2016-08-03 03:28:19 UTC (rev 272935)
+++ texlive.install	2016-08-03 06:30:08 UTC (rev 272936)
@@ -1,12 +0,0 @@
-post_install() {
-	echo    ">>> texlive: updating the filename database..."
-	/usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list