Re: Trigger to activate bash-completion

2017-04-09 Thread Paul Wise
On Mon, Apr 10, 2017 at 10:09 AM, Eriberto Mota wrote: > My current problem is I need to execute 'exec bash' to completion > work. Is there a trigger to activate completion after the package > install? Any postinst action? Packages don't get to interfere with user processes, so no you cannot do t

Trigger to activate bash-completion

2017-04-09 Thread Eriberto Mota
Hi, I am trying implement completion in dcfldd. I already have a debian/dcfldd.bash-completion and a debian/rules with 'dh $@ --with bash-completion'. My current problem is I need to execute 'exec bash' to completion work. Is there a trigger to activate completion after the package install? Any p