home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 2 / CD ACTUAL VOL 2.iso / contents / scripts / terminfo < prev    next >
Encoding:
Text File  |  1995-09-10  |  206 b   |  8 lines

  1. #!/bin/sh
  2. # Get rid of any existing terminfo database:
  3. if [ -d usr/lib/terminfo ]; then
  4.   ( cd usr/lib ; rm -rf terminfo )
  5. fi
  6. # Move the new database into place:
  7. ( cd usr/lib ; mv terminfo-1.9.4 terminfo )
  8.