Skip to content

Commit 186b0df

Browse files
authored
Merge pull request #535 from scop/refactor/deprecate-slackpkg
refactor(slackpkg): deprecate in favor of upstream one in >= 15.0.4 Closes #531
2 parents fec79fb + 6377641 commit 186b0df

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)