Add *.t[bl]z support for pkgtools
pkgtools also supports tbz (bzip2) and tlz (lzma) compression formats since april 2009.
This commit is contained in:
parent
314cc0f13a
commit
fca102412e
4
CHANGES
4
CHANGES
@ -276,6 +276,10 @@ bash-completion (1.1)
|
|||||||
* Fix leaking $muttcmd from mutt completion
|
* Fix leaking $muttcmd from mutt completion
|
||||||
* Fix completing multiple hosts (Debian: #535585)
|
* Fix completing multiple hosts (Debian: #535585)
|
||||||
|
|
||||||
|
[ Michele Ballabio ]
|
||||||
|
|
||||||
|
* Add more extensions to pkgtools completion.
|
||||||
|
|
||||||
-- David Paleino <d.paleino@gmail.com> Sat, 03 Oct 2009 15:41:49 +0200
|
-- David Paleino <d.paleino@gmail.com> Sat, 03 Oct 2009 15:41:49 +0200
|
||||||
|
|
||||||
bash-completion (1.0)
|
bash-completion (1.0)
|
||||||
|
@ -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 '!*.t[gx]z' installpkg upgradepkg explodepkg
|
complete -o dirnames -f -X '!*.t[bglx]z' installpkg upgradepkg explodepkg
|
||||||
|
|
||||||
# Local variables:
|
# Local variables:
|
||||||
# mode: shell-script
|
# mode: shell-script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user