diff options
author | Christophe Nguyen <cnguyenminhtan@free.fr> | 2010-05-13 00:23:16 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:23:16 +0200 |
commit | 13d0404eeec342bb241a19d7c9cef07ef253bd4d (patch) | |
tree | e237a700608960331ce307191a525b0e632c5ee2 /desktop/un-fonts-core/doinst.sh | |
parent | db6eedae69f6ffff9eeeb26e517238fcde328bfb (diff) | |
download | slackbuilds-13d0404eeec342bb241a19d7c9cef07ef253bd4d.tar.gz |
desktop/un-fonts-core: Updated for version 1.0
Diffstat (limited to 'desktop/un-fonts-core/doinst.sh')
-rw-r--r-- | desktop/un-fonts-core/doinst.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/desktop/un-fonts-core/doinst.sh b/desktop/un-fonts-core/doinst.sh index 2c2184ce05..f7d24f5ca9 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 |