about summary refs log tree commit diff
path: root/Completion/Rpm/_rpm
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-06 11:35:28 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-06 11:35:28 +0000
commit53274119bb69acff9579ce5284b9210b6fed8826 (patch)
tree458445282bc7ba2e0f4479f160fe7c107f3e59a3 /Completion/Rpm/_rpm
parent8de47c906fb1c3bcc8bc22223f9ae24ce4b438d0 (diff)
downloadzsh-53274119bb69acff9579ce5284b9210b6fed8826.tar.gz
zsh-53274119bb69acff9579ce5284b9210b6fed8826.tar.xz
zsh-53274119bb69acff9579ce5284b9210b6fed8826.zip
Completion/Rpm is removed.
Diffstat (limited to 'Completion/Rpm/_rpm')
-rw-r--r--Completion/Rpm/_rpm15
1 files changed, 0 insertions, 15 deletions
diff --git a/Completion/Rpm/_rpm b/Completion/Rpm/_rpm
deleted file mode 100644
index 4a64bbfbb..000000000
--- a/Completion/Rpm/_rpm
+++ /dev/null
@@ -1,15 +0,0 @@
-#compdef rpm
-
-_rpm_arguments \
-  '-q:*:query: _rpm_query' \
-  -{V,y,-{setperms,setugids,querytags,initdb,showrc}} \
-  '-pipe:*:pipe command:_command_names -e' \
-  '--verify:*:verify: _rpm_verify' \
-  -{i,-install}':*:install: _rpm_install' \
-  -{U,-upgrade}':*:upgrade: _rpm_upgrade' \
-  -{e,-erase}':*:uninstall: _rpm_uninstall' \
-  -'b+:build stage:((p\:execute\ \%prep\ stage l\:do\ a\ list\ check c\:execute\ build\ stage i\:execute\ install\ stage b\:build\ a\ binary\ package a\:build\ binary\ and\ source\ packages)):*:build: _rpm_build -b' \
-  -'t+:build stage:((p\:execute\ \%prep\ stage l\:do\ a\ list\ check c\:execute\ build\ stage i\:execute\ install\ stage b\:build\ a\ binary\ package a\:build\ binary\ and\ source\ packages)):*:build: _rpm_build -t' \
-  --{rebuild,rmsource,recompile,resign,addsign}':*:RPM package: _rpm_package' \
-  -{K,-checksig}':*:sigcheck: _rpm_sigcheck' \
-  '--rebuilddb:*:rebuild: _rpm_rebuild'