about summary refs log tree commit diff
path: root/Completion/Rpm/_rpm_install
blob: 173a5a62076b15778a63e04e59ff2505c79dd0bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#autoload

_rpm_arguments \
  "$@" \
  -{-{badreloc,excludedocs,force,hash,allfiles,ignorearch,ignoreos,includedocs,justdb,nodeps,noorder,noscripts,notriggers,percent,replacefiles,replacepkgs,test},h} \
  '--relocate:relocate:_rpm_relocate' \
  '--prefix:package prefix directory:_files -/' \
  '--root:RPM root directory:_files -/' \
  '--dbpath:RPM database path:_files -/' \
  '*:pkg file:_rpm_pkg_file'