aboutsummaryrefslogtreecommitdiff
path: root/desktop/un-fonts-core/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/un-fonts-core/doinst.sh')
-rw-r--r--desktop/un-fonts-core/doinst.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/desktop/un-fonts-core/doinst.sh b/desktop/un-fonts-core/doinst.sh
index 2c2184ce0595..f7d24f5ca971 100644
--- a/desktop/un-fonts-core/doinst.sh
+++ b/desktop/un-fonts-core/doinst.sh
@@ -1,4 +1,3 @@
-#!/bin/sh
# Update mkfontscale and mkfontdir:
if [ -x /usr/bin/mkfontdir ]; then
( cd /usr/share/fonts/TTF
@@ -12,14 +11,3 @@ if [ -x /usr/bin/fc-cache ]; then
/usr/bin/fc-cache -f
fi
-# For some versions before Slackware 12.1
-if [ -x /usr/X11R6/bin/mkfontdir ]; then
- ( cd /usr/X11R6/lib/X11/fonts/TTF
- mkfontscale .
- mkfontdir .
- )
-fi
-
-if [ -x /usr/X11R6/bin/fc-cache ]; then
- /usr/bin/fc-cache -f
-fi