Comment 0 for bug 370611

Revision history for this message
Alexander Gieg (alexgieg) wrote : Invalid symbolic links in /usr/doc/share/bash

Binary package hint: bash-completion

bash-completion adds two symbolic links to /usr/doc/share/bash, but they point to non existent files, as some dots are missing:

/usr/share/doc/bash/README.bash_completion.gz -> /bash-completion/README.gz
/usr/share/doc/bash/completion-contrib -> /bash-completion/contrib

Evidently, both should be corrected to link in this way:

/usr/share/doc/bash/README.bash_completion.gz -> ../bash-completion/README.gz
/usr/share/doc/bash/completion-contrib -> ../bash-completion/contrib

My system:

- Ubuntu 9.04, updated from 8.10
- bash-completion 20080705ubuntu3