home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Drivers / joystick-0.0-I / joystick.next / joystick_load-dist < prev    next >
Encoding:
Text File  |  1997-05-04  |  251 b   |  14 lines

  1. #! /bin/sh
  2.  
  3. path=/bin:/usr/bin:/usr/ucb:/usr/etc
  4. joystick_dir=%INSTALL%
  5.  
  6. if [ ! -f ${joystick_dir}joystick_reloc ] ; then
  7.     exit 1
  8. fi
  9.  
  10. ps=`kl_util -s | awk '$2 == "joystick"'`
  11. if [ "$joystick" = "" ] ; then
  12.     kl_util -a ${joystick_dir}joystick_reloc
  13. fi
  14.