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

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


    Date: Tuesday, August 18, 2009 @ 04:46:27
  Author: francois
Revision: 49970

minor change in texlive.install + fix md5sums

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-18 08:44:53 UTC (rev 49969)
+++ PKGBUILD	2009-08-18 08:46:27 UTC (rev 49970)
@@ -12,7 +12,7 @@
 source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('1fc2ac5e33971b442fd5e3b6d3fdae19')
+md5sums=('b53ef7c730c1f39cfab8de7d13bac89d')
 
 build() {
    cd $srcdir

Modified: texlive.install
===================================================================
--- texlive.install	2009-08-18 08:44:53 UTC (rev 49969)
+++ texlive.install	2009-08-18 08:46:27 UTC (rev 49970)
@@ -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