home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / VAR / ADM / SCRIPTS / XGAMES < prev    next >
Text File  |  1995-01-13  |  662b  |  18 lines

  1. #!/bin/sh
  2. ( cd usr/X11/lib ; rm -rf scores )
  3. ( cd usr/X11/lib ; ln -sf  /var/X11/lib/scores scores )
  4. ( cd var/X11/lib/scores ; rm -rf xbombscores )
  5. ( cd var/X11/lib/scores ; ln -sf  xbombs/xbombscores xbombscores )
  6. cd usr/X11/lib/fonts/misc
  7. if [ -r /usr/X11/bin/mkfontdir ]; then
  8. #  echo "Running mkfontdir..."
  9.   /usr/X11/bin/mkfontdir
  10. elif [ -r /mnt/usr/X11/bin/mkfontdir ]; then
  11. #  echo "Running mkfontdir..."
  12.   /mnt/usr/X11/bin/mkfontdir
  13. else
  14.   dialog --title "WARNING" --infobox "mkfontdir could not be found at \
  15. this time. You'll have to run it yourself in /usr/X11/lib/fonts/misc \
  16. for the xhextris and xmahjongg fonts to be properly recognized." 5 63
  17. fi
  18.