shell-completions/slackpkg.bash: add "show-changelog"

This commit is contained in:
Robby Workman 2021-05-31 20:28:30 -05:00
parent 911063fce4
commit 4d5e9bce79
2 changed files with 3 additions and 2 deletions

View file

@ -101,7 +101,8 @@ _slackpkg()
COMPREPLY+=($(compgen -W 'install reinstall upgrade remove
blacklist download update install-new upgrade-all
clean-system new-config check-updates help generate-template
install-template remove-template search file-search info' -- \
install-template remove-template search file-search info
show-changelog' -- \
"$cur"))
return
;;

View file

@ -102,7 +102,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
# Install bash-completion file
mkdir -p $PKG/usr/share/bash-completion/completions
cat $CWD/shell-completion/slackpkg.bash > $PKG/usr/share/bash-completion/completions/slackpkg
cat $CWD/files/shell-completion/slackpkg.bash > $PKG/usr/share/bash-completion/completions/slackpkg
# Update version number:
sed -i "s/@VERSION@/$VERSION/g" $PKG/usr/sbin/slackpkg