summaryrefslogtreecommitdiffstats
path: root/system/terminus-font/doinst.sh
diff options
context:
space:
mode:
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
commit4da74fd023a6f9a9fe3d3df5ec5e4787fe59791c (patch)
tree0cc4bdcbdf32c062e8ffbd383f99457908e07d2c /system/terminus-font/doinst.sh
parentfeb3f66018da23ca17f0e3f1a7032fd1ccb031e6 (diff)
downloadslackbuilds-4da74fd023a6f9a9fe3d3df5ec5e4787fe59791c.tar.gz
slackbuilds-4da74fd023a6f9a9fe3d3df5ec5e4787fe59791c.tar.xz
system/terminus-font: Updated for version 4.28
Diffstat (limited to 'system/terminus-font/doinst.sh')
-rw-r--r--system/terminus-font/doinst.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/terminus-font/doinst.sh b/system/terminus-font/doinst.sh
index 8014b83f37..cdcb786ebe 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