Package: bash-doc
Version: 3.2-4
Severity: normal

After installing bash-doc there is an info file

/usr/share/info/bash3ref.info.gz

which is not registered because the bash-doc.postinst points to the old 
/usr/share/info/bashref.info.gz.

Try this in bash-doc.postinst:

if [ -f /usr/share/info/bashi3ref.info.gz ]; then
  install-info --quiet --section "Shells" "Shells"  \
    --description="GNU Bourne-Again SHell Features." \
        /usr/share/info/bash3ref.info.gz
fi

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to