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

Andrea Scarpino andrea at archlinux.org
Tue Jan 27 12:15:43 UTC 2015


    Date: Tuesday, January 27, 2015 @ 13:15:43
  Author: andrea
Revision: 230065

Fix fonts install scripts

Modified:
  ttf-oxygen/trunk/ttf-oxygen.install

--------------------+
 ttf-oxygen.install |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: ttf-oxygen.install
===================================================================
--- ttf-oxygen.install	2015-01-27 11:36:24 UTC (rev 230064)
+++ ttf-oxygen.install	2015-01-27 12:15:43 UTC (rev 230065)
@@ -1,8 +1,8 @@
 post_install() {
   echo -n "Updating font cache... "
   fc-cache -s
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
   echo "done."
 }
 



More information about the arch-commits mailing list