[arch-commits] Commit in texlive-pictures/trunk (texlive.install)
François Charette
francois at archlinux.org
Thu Sep 11 16:01:27 UTC 2008
Date: Thursday, September 11, 2008 @ 12:01:26
Author: francois
Revision: 12206
cosmetic changes
Modified:
texlive-pictures/trunk/texlive.install
-----------------+
texlive.install | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: texlive.install
===================================================================
--- texlive.install 2008-09-11 16:01:23 UTC (rev 12205)
+++ texlive.install 2008-09-11 16:01:26 UTC (rev 12206)
@@ -7,7 +7,7 @@
post_install() {
echo ">>> texlive: updating the filename database..."
texconfig-sys rehash
- echo -n ">>> texlive: updating the fontmap files with updmap..."
+ echo ">>> texlive: updating the fontmap files with updmap..."
updmap-sys --quiet --nohash
echo " done."
}
@@ -15,7 +15,7 @@
post_upgrade() {
echo ">>> texlive: updating the filename database..."
texconfig-sys rehash
- echo -n ">>> texlive: updating the fontmap files with updmap..."
+ echo ">>> texlive: updating the fontmap files with updmap..."
updmap-sys --quiet --nohash
echo " done."
}
@@ -27,7 +27,7 @@
post_remove() {
echo ">>> texlive: updating the filename database..."
texconfig-sys rehash
- echo -n ">>> texlive: updating the fontmap files with updmap..."
+ echo ">>> texlive: updating the fontmap files with updmap..."
updmap-sys --quiet --nohash
echo " done."
}
More information about the arch-commits
mailing list