about summary refs log tree commit diff
path: root/Completion/Rpm/_rpm_uninstall
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Rpm/_rpm_uninstall')
-rw-r--r--Completion/Rpm/_rpm_uninstall7
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/Rpm/_rpm_uninstall b/Completion/Rpm/_rpm_uninstall
new file mode 100644
index 000000000..c33852d50
--- /dev/null
+++ b/Completion/Rpm/_rpm_uninstall
@@ -0,0 +1,7 @@
+#autoload
+
+_rpm_arguments \
+  --{allmatches,justdb,nodeps,noorder,noscripts,notriggers} \
+  '--root:RPM root directory:_files -/' \
+  '--dbpath:RPM database path:_files -/' \
+  '*:RPM package:_rpm_package'