After executing postinstall script for latest gnupg:

  $ cygcheck -f `which gpg`
gnupg-1.4.9-2

/usr/share/info/dir updated with entry:

* gpg: (gpg).          OpenPGP encryption and signing tool (v1).

But must be:

* gpg: (gnupg1).       OpenPGP encryption and signing tool (v1).

This make gpg unaccessed from info:

  $ info gpg

shown MAN page instead .info page!

To very easy fix replace content of '/etc/postinstall/gnupg.sh'
with (tested):

/usr/bin/install-info --entry="* gpg: (gnupg1). OpenPGP encryption and signing tool (v1)." --dir-file=/usr/share/info/dir --info-file=/usr/share/info/gnupg1.info.gz

or update content (not tested) of '/usr/share/info/gnupg1.info.gz' to:

START-INFO-DIR-ENTRY
* gpg: (gnugpg1).            OpenPGP encryption and signing tool (v1).
END-INFO-DIR-ENTRY

or rename 'gnupg1.info.gz' to 'gpg.info.gz' (not tested).

--
Best regards!


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to