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

François Charette francois at archlinux.org
Tue Aug 18 08:49:46 UTC 2009


    Date: Tuesday, August 18, 2009 @ 04:49:46
  Author: francois
Revision: 49973

update + minor change in texlive.install

Modified:
  texlive-latex3/trunk/PKGBUILD
  texlive-latex3/trunk/texlive.install

-----------------+
 PKGBUILD        |    4 ++--
 texlive.install |    6 ++----
 2 files changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-18 08:48:22 UTC (rev 49972)
+++ PKGBUILD	2009-08-18 08:49:46 UTC (rev 49973)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus <firmicus āt gmx dōt net>
 
 pkgname=texlive-latex3
-pkgver=2009.14222
+pkgver=2009.14603
 pkgrel=1
 pkgdesc="TeX Live - LaTeX3 packages"
 license=('GPL')
@@ -12,7 +12,7 @@
 source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('16d691048851c17d3ae61f7714a090ac')
+md5sums=('1efef2a1997c08b1bcbf1328566bc5ce')
 
 build() {
    cd $srcdir

Modified: texlive.install
===================================================================
--- texlive.install	2009-08-18 08:48:22 UTC (rev 49972)
+++ texlive.install	2009-08-18 08:49:46 UTC (rev 49973)
@@ -4,11 +4,9 @@
 }
 
 post_upgrade() {
-	echo    ">>> texlive: updating the filename database..."
-	texconfig-sys rehash
+  post_install
 }
 
 post_remove() {
-	echo    ">>> texlive: updating the filename database..."
-	texconfig-sys rehash
+  post_install
 }




More information about the arch-commits mailing list