about summary refs log tree commit diff
path: root/Completion/Rpm/_rpm_install
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-30 10:08:37 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-30 10:08:37 +0000
commitc8236cdb4906e9e3acc3bd160f810f50fc5d985e (patch)
tree65b430b26ef7e491c73788c1790cf95661ff6342 /Completion/Rpm/_rpm_install
parentd335ab27a7b0a6926e9d211ca22fd1f065fd258a (diff)
downloadzsh-c8236cdb4906e9e3acc3bd160f810f50fc5d985e.tar.gz
zsh-c8236cdb4906e9e3acc3bd160f810f50fc5d985e.tar.xz
zsh-c8236cdb4906e9e3acc3bd160f810f50fc5d985e.zip
Initial revision
Diffstat (limited to 'Completion/Rpm/_rpm_install')
-rw-r--r--Completion/Rpm/_rpm_install10
1 files changed, 10 insertions, 0 deletions
diff --git a/Completion/Rpm/_rpm_install b/Completion/Rpm/_rpm_install
new file mode 100644
index 000000000..173a5a620
--- /dev/null
+++ b/Completion/Rpm/_rpm_install
@@ -0,0 +1,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'