about summary refs log tree commit diff
path: root/Completion/Rpm/_rpm_pkg_file
blob: 2a211a28a344e111617cd9f7f30ec210b7b2cbc2 (plain) (blame)
1
2
3
4
5
6
7
#autoload

if compset -P ftp:; then
  _hosts -S/
else
  _files -g '*.(#i)rpm'
fi