On Sat, Feb 13, 2016 at 1:57 PM, Martin-Éric Racine
<martin-eric.rac...@iki.fi> wrote:
> Responding to Lintian's warning (package-installs-into-obsolete-dir 
> etc/bash_completion.d) I moved a completion script to the new 
> /usr/share/bash-completion/completions/ location. The script is not sourced 
> at all. However, if I move it back to the old location, it is instantly 
> available again.
>
> The completion script involved:

What is the name of your completion script in
/usr/share/bash-completion/completions? It should be chlogin or
chlogin.bash. And note that it is indeed loaded dynamically, i.e. when
chlogin completion is attempted. For more details, see
_completion_loader in bash_completion and the bash-completion's
README.

_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

Reply via email to