diff options
author | Dugan Chen <dugan [underscore] c [at] fastmail [dot] fm> | 2010-05-13 00:40:18 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:40:18 +0200 |
commit | 814e90282a713923920c85f4acd9b9c4e0f5290c (patch) | |
tree | 7ebb2208236ab1a661692d943a617e7d9d93a590 /system/freefont/doinst.sh | |
parent | 322c07403f1fdef4402576034c0fa7faee12c9c9 (diff) |
system/freefont: Updated for version 20080912
Diffstat (limited to 'system/freefont/doinst.sh')
-rw-r--r-- | system/freefont/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/freefont/doinst.sh b/system/freefont/doinst.sh index bdb050188d6b..26221059a3b8 100644 --- a/system/freefont/doinst.sh +++ b/system/freefont/doinst.sh @@ -1,4 +1,3 @@ -#!/bin/sh # Update the X font indexes: if [ -x /usr/bin/mkfontdir -o -x /usr/X11R6/bin/mkfontdir ]; then ( cd /usr/share/fonts/TTF @@ -9,3 +8,4 @@ fi if [ -x /usr/bin/fc-cache ]; then /usr/bin/fc-cache -f fi + |