home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / grep.postinst < prev    next >
Encoding:
Text File  |  2006-06-19  |  232 b   |  8 lines

  1. #!/bin/sh -e
  2.  
  3. if [ "$1" = configure ]; then
  4.   install-info --quiet \
  5.     --description="Grep searches on input for lines containing a match to a pattern." \
  6.     --section "General Commands" "General Commands" /usr/info/grep.info
  7. fi
  8.