- make dpkg completion also handle .udeb files

This commit is contained in:
ianmacd 2002-12-04 06:25:47 +00:00
parent efb8c89b90
commit 8f84941e04

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b # bash_completion - some programmable completion functions for bash 2.05b
# #
# $Id: bash_completion,v 1.467 2002/12/04 07:17:47 ianmacd Exp $ # $Id: bash_completion,v 1.468 2002/12/04 07:25:47 ianmacd Exp $
# #
# Copyright (C) Ian Macdonald <ian@caliban.org> # Copyright (C) Ian Macdonald <ian@caliban.org>
# #
@ -2878,7 +2878,7 @@ _dpkg()
case "$prev" in case "$prev" in
-@(c|i|A|I|f|e|X|-@(install|unpack|record-avail|contents|info| \ -@(c|i|A|I|f|e|X|-@(install|unpack|record-avail|contents|info| \
fsys-tarfile|field|control|extract))) fsys-tarfile|field|control|extract)))
_filedir 'deb' _filedir '?(u)deb'
return 0 return 0
;; ;;
-@(b|-build)) -@(b|-build))