diff options
Diffstat (limited to 'system/webcore-fonts/doinst.sh')
-rw-r--r-- | system/webcore-fonts/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/webcore-fonts/doinst.sh b/system/webcore-fonts/doinst.sh index bdb050188d6b..26221059a3b8 100644 --- a/system/webcore-fonts/doinst.sh +++ b/system/webcore-fonts/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 + |