home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / grep.postinst < prev    next >
Encoding:
Text File  |  2007-03-04  |  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.