doinst.sh 176 B

12345678
  1. if ! grep "(gnulib)" usr/info/dir 1>/dev/null 2>/dev/null; then
  2. cat << EOF >> usr/info/dir
  3. Miscellaneous
  4. * Gnulib: (gnulib). The GNU Portability Library.
  5. EOF
  6. fi