Add *.txz support (Alioth: #312384).
This commit is contained in:
parent
1b336660d7
commit
cf5e514efb
@ -11,7 +11,7 @@ _removepkg()
|
|||||||
COMPREPLY=( $( (cd /var/log/packages; compgen -f -- "$cur") ) )
|
COMPREPLY=( $( (cd /var/log/packages; compgen -f -- "$cur") ) )
|
||||||
} &&
|
} &&
|
||||||
complete -F _removepkg -o filenames removepkg &&
|
complete -F _removepkg -o filenames removepkg &&
|
||||||
complete -o dirnames -f -X '!*.tgz' installpkg upgradepkg explodepkg
|
complete -o dirnames -f -X '!*.t[gx]z' installpkg upgradepkg explodepkg
|
||||||
|
|
||||||
# Local variables:
|
# Local variables:
|
||||||
# mode: shell-script
|
# mode: shell-script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user