paru: correct shell completion file names (#390016)

This commit is contained in:
Weijia Wang 2025-03-15 13:02:41 +01:00 committed by GitHub
commit 5cd068d37b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,9 +53,9 @@ rustPlatform.buildRustPackage rec {
postInstall = ''
installManPage man/paru.8 man/paru.conf.5
installShellCompletion --bash completions/bash
installShellCompletion --fish completions/fish
installShellCompletion --zsh completions/zsh
installShellCompletion --name paru.bash --bash completions/bash
installShellCompletion --name paru.fish --fish completions/fish
installShellCompletion --name _paru --zsh completions/zsh
cp -r locale "$out/share/"
'';