udiskie: install shell completions

This commit is contained in:
Robert Schütz
2023-10-03 18:22:15 -03:00
committed by Anderson Torres
parent 86aa82cee2
commit 141a0bd2bd
@@ -63,6 +63,10 @@ python3.pkgs.buildPythonApplication rec {
postInstall = ''
installManPage doc/udiskie.8
installShellCompletion \
--bash completions/bash/* \
--zsh completions/zsh/*
'';
preFixup = ''