udiskie: install shell completions

This commit is contained in:
Robert Schütz 2023-10-03 10:39:32 -07:00 committed by Anderson Torres
parent 86aa82cee2
commit 141a0bd2bd

View file

@ -63,6 +63,10 @@ python3.pkgs.buildPythonApplication rec {
postInstall = ''
installManPage doc/udiskie.8
installShellCompletion \
--bash completions/bash/* \
--zsh completions/zsh/*
'';
preFixup = ''