Skip to content

Commit a2833ea

Browse files
committed
refactor(slackpkg): deprecate in favor of upstream one in > 15.0.4
Refs #531
1 parent d1c13da commit a2833ea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

completions/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ bashcomp_DATA = 2to3 \
382382
sha256sum \
383383
shellcheck \
384384
sitecopy \
385-
slackpkg \
385+
_slackpkg \
386386
slapt-get \
387387
slapt-src \
388388
smartctl \

completions/slackpkg renamed to completions/_slackpkg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# bash completion for slackpkg(8) -*- shell-script -*-
22
# options list is based on `grep '\-.*\=.*)' /usr/sbin/slackpkg | cut -f1 -d\)`
33

4+
# Use of this file is deprecated.
5+
# Upstream completion is available in slackpkg >= 15.0.4, use that instead.
6+
47
_slackpkg()
58
{
69
local cur prev words cword

0 commit comments

Comments
 (0)