EVERYTHING FROM THE OTHER REPO
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
_have debconf-show &&
|
||||
_debconf_show()
|
||||
{
|
||||
local cur
|
||||
|
||||
COMPREPLY=()
|
||||
cur=${COMP_WORDS[COMP_CWORD]}
|
||||
COMPREPLY=($( compgen -W '--listowners --listdbs --db=' -- $cur ) \
|
||||
$( apt-cache pkgnames -- $cur ) )
|
||||
}
|
||||
complete -F _debconf_show debconf-show
|
||||
Reference in New Issue
Block a user