mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/fish: remove completion for docker, provided by upstream
closes #12186
This commit is contained in:
parent
f44994d8c8
commit
d74b7aaeb5
@ -2,7 +2,7 @@
|
||||
# Maintainer: Leo <thinkabit.ukim@gmail.com>
|
||||
pkgname=fish
|
||||
pkgver=3.1.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Modern interactive commandline shell"
|
||||
url="http://www.fishshell.com"
|
||||
arch="all"
|
||||
@ -52,6 +52,9 @@ package() {
|
||||
|
||||
# https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/10159#note_101679
|
||||
rm "$pkgdir"/usr/share/fish/completions/rustup.fish
|
||||
|
||||
# https://github.com/fish-shell/fish-shell/issues/2436
|
||||
rm "$pkgdir"/usr/share/fish/completions/docker.fish
|
||||
}
|
||||
|
||||
doc() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user