[arch-commits] Commit in fontconfig/trunk (fontconfig.install)

Jan Steffens heftig at archlinux.org
Thu Jan 12 20:40:54 UTC 2017


    Date: Thursday, January 12, 2017 @ 20:40:53
  Author: heftig
Revision: 286161

Alter post_X messages

Modified:
  fontconfig/trunk/fontconfig.install

--------------------+
 fontconfig.install |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: fontconfig.install
===================================================================
--- fontconfig.install	2017-01-12 20:40:26 UTC (rev 286160)
+++ fontconfig.install	2017-01-12 20:40:53 UTC (rev 286161)
@@ -18,17 +18,17 @@
 
 _EOF
 
-  echo -n "updating font cache... "
+  echo -n "Updating font cache..."
   # a full forced directory scan is required here
   /usr/bin/fc-cache -f
-  echo "done."
+  echo " done."
 }
 
 post_upgrade() {
-  echo -n "updating font cache... "
+  echo -n "Updating font cache..."
   # a full forced directory scan is required here
   /usr/bin/fc-cache -f
-  echo "done."
+  echo " done."
 }
 
 post_remove() {



More information about the arch-commits mailing list