summaryrefslogtreecommitdiffstats
path: root/extra/source/bash-completion/contrib/rpm2tgz
diff options
context:
space:
mode:
Diffstat (limited to 'extra/source/bash-completion/contrib/rpm2tgz')
-rw-r--r--extra/source/bash-completion/contrib/rpm2tgz14
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/source/bash-completion/contrib/rpm2tgz b/extra/source/bash-completion/contrib/rpm2tgz
deleted file mode 100644
index 23c70ac9f..000000000
--- a/extra/source/bash-completion/contrib/rpm2tgz
+++ /dev/null
@@ -1,14 +0,0 @@
-# Slackware rpm2tgz completion.
-
-have rpm2tgz &&
-_rpm2tgz()
-{
- COMPREPLY=()
- local cur="${COMP_WORDS[COMP_CWORD]}"
- if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '-s -S -n -r -d -c' -- "$cur" ) )
- return 0
- fi
-
- COMPREPLY=( $(compgen -f -X "!*.rpm" -- "$cur") )
-} && complete -F _rpm2tgz -o plusdirs rpm2tgz rpm2txz rpm2targz