From 214f11c86538859b432e5e4d8d8e3789d4653768 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Wed, 23 Feb 2000 02:03:55 +0000 Subject: Don't check the existence of the font directory. It always exists thanks to BSD.x11.dist. --- games/xjewel/pkg-req | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'games/xjewel') diff --git a/games/xjewel/pkg-req b/games/xjewel/pkg-req index c245d9493cc4..643e781d6406 100644 --- a/games/xjewel/pkg-req +++ b/games/xjewel/pkg-req @@ -7,18 +7,6 @@ if [ "x$2" != "xINSTALL" -a "x$2" != "xDEINSTALL" ]; then exit 1; fi -export FONTDIR; FONTDIR=${PKG_PREFIX}/lib/X11/fonts/local - -if [ "$2x" = "INSTALLx" -a ! -d ${FONTDIR} ]; then - echo '**********************************************************************' - echo "****** ${FONTDIR}/ doesn't exist." - echo "****** Creating ${FONTDIR}/" - echo '****** Please upgrade your XFree86 to 3.3.3 or upper,' - echo "****** or add this directory to your /etc/XF86Config's FontPath entry." - echo '**********************************************************************' - mkdir ${FONTDIR} -fi - echo "**********************************************************" echo "You should restart X server or do 'xset fp rehash' command" echo "to enable this update." -- cgit v1.2.3