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

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


    Date: Tuesday, August 18, 2009 @ 04:50:48
  Author: francois
Revision: 49974

minor change in texlive.install + fix md5sums

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-18 08:49:46 UTC (rev 49973)
+++ PKGBUILD	2009-08-18 08:50:48 UTC (rev 49974)
@@ -12,7 +12,7 @@
 source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('f3113200f238482ff1343dcd8e74d2b3')
+md5sums=('ef8559283a8637bc48e7fc4096e9527a')
 
 build() {
    cd $srcdir

Modified: texlive.install
===================================================================
--- texlive.install	2009-08-18 08:49:46 UTC (rev 49973)
+++ texlive.install	2009-08-18 08:50:48 UTC (rev 49974)
@@ -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