diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2010-05-13 00:41:57 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 00:41:57 +0200 |
commit | 4da74fd023a6f9a9fe3d3df5ec5e4787fe59791c (patch) | |
tree | 0cc4bdcbdf32c062e8ffbd383f99457908e07d2c /system/terminus-font/doinst.sh | |
parent | feb3f66018da23ca17f0e3f1a7032fd1ccb031e6 (diff) |
system/terminus-font: Updated for version 4.28
Diffstat (limited to 'system/terminus-font/doinst.sh')
-rw-r--r-- | system/terminus-font/doinst.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/terminus-font/doinst.sh b/system/terminus-font/doinst.sh index 8014b83f37ef..cdcb786ebed3 100644 --- a/system/terminus-font/doinst.sh +++ b/system/terminus-font/doinst.sh @@ -1,4 +1,3 @@ -#!/bin/sh # Update mkfontscale and mkfontdir: if [ -x /usr/bin/mkfontdir ]; then ( cd /usr/share/fonts/misc @@ -12,14 +11,3 @@ if [ -x /usr/bin/fc-cache ]; then /usr/bin/fc-cache -f fi -# For some versions before Slackware 12.0 -if [ -x /usr/X11R6/bin/mkfontdir ]; then - ( cd /usr/X11R6/lib/X11/fonts/misc - mkfontscale . - mkfontdir . - ) -fi - -if [ -x /usr/X11R6/bin/fc-cache ]; then - /usr/X11R6/bin/fc-cache -f -fi |