[arch-commits] Commit in texlive-humanities/trunk (PKGBUILD texlive.install)
François Charette
francois at archlinux.org
Tue Aug 18 08:48:22 UTC 2009
Date: Tuesday, August 18, 2009 @ 04:48:22
Author: francois
Revision: 49972
minor change in texlive.install + fix md5sums
Modified:
texlive-humanities/trunk/PKGBUILD
texlive-humanities/trunk/texlive.install
-----------------+
PKGBUILD | 2 +-
texlive.install | 6 ++----
2 files changed, 3 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-08-18 08:47:23 UTC (rev 49971)
+++ PKGBUILD 2009-08-18 08:48:22 UTC (rev 49972)
@@ -12,7 +12,7 @@
source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
options=('!emptydirs')
install=texlive.install
-md5sums=('d537a27080c91acda858053dda5751d6')
+md5sums=('83ba664a1cac005f001a4dd338281839')
build() {
cd $srcdir
Modified: texlive.install
===================================================================
--- texlive.install 2009-08-18 08:47:23 UTC (rev 49971)
+++ texlive.install 2009-08-18 08:48:22 UTC (rev 49972)
@@ -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