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

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


    Date: Tuesday, August 18, 2009 @ 04:47:23
  Author: francois
Revision: 49971

minor change in texlive.install + fix md5sums

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-18 08:46:27 UTC (rev 49970)
+++ PKGBUILD	2009-08-18 08:47:23 UTC (rev 49971)
@@ -12,7 +12,7 @@
 source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('3f507edcf5c20c21b847d40680120383')
+md5sums=('62908c25034ecf6ac1700aa65e331ccb')
 
 build() {
    cd $srcdir

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