summaryrefslogtreecommitdiff
path: root/completions/slackpkg
diff options
context:
space:
mode:
Diffstat (limited to 'completions/slackpkg')
-rw-r--r--completions/slackpkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/slackpkg b/completions/slackpkg
index 1be2f956..dab9c6d4 100644
--- a/completions/slackpkg
+++ b/completions/slackpkg
@@ -70,14 +70,14 @@ _slackpkg()
remove)
_filedir
COMPREPLY+=( $( compgen -W 'a ap d e f k kde kdei l n t tcl x
- xap y' -- "$cur" ) )
+ xap xfce y' -- "$cur" ) )
COMPREPLY+=( $( cd /var/log/packages; compgen -f -- "$cur" ) )
return
;;
install|reinstall|upgrade|blacklist|download)
_filedir
COMPREPLY+=( $( compgen -W 'a ap d e f k kde kdei l n t tcl x
- xap y' -- "$cur" ) )
+ xap xfce y' -- "$cur" ) )
COMPREPLY+=( $( cut -f 6 -d\ "${WORKDIR}/pkglist" 2> /dev/null | \
grep "^$cur" ) )
return