Skip to content
Snippets Groups Projects
Commit ae2b10f8 authored by Michał Polański's avatar Michał Polański Committed by Leo
Browse files

main/fish: remove minikube completion

it's now provided by the minikube-fish-completion package
parent 44ba6a87
No related branches found
No related tags found
1 merge request!20493main/fish: remove minikube completion
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=fish pkgname=fish
pkgver=3.2.2 pkgver=3.2.2
pkgrel=0 pkgrel=1
pkgdesc="Modern interactive commandline shell" pkgdesc="Modern interactive commandline shell"
url="https://fishshell.com/" url="https://fishshell.com/"
arch="all" arch="all"
...@@ -53,6 +53,9 @@ package() { ...@@ -53,6 +53,9 @@ package() {
# https://github.com/fish-shell/fish-shell/issues/2436 # https://github.com/fish-shell/fish-shell/issues/2436
rm "$pkgdir"/usr/share/fish/completions/docker.fish rm "$pkgdir"/usr/share/fish/completions/docker.fish
# provided by minikube-fish-completion
rm "$pkgdir"/usr/share/fish/completions/minikube.fish
} }
doc() { doc() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment