udiskie: install shell completions

authored by Robert Schütz and committed by Anderson Torres 141a0bd2 86aa82ce

+4
+4
pkgs/applications/misc/udiskie/default.nix
··· 63 64 postInstall = '' 65 installManPage doc/udiskie.8 66 ''; 67 68 preFixup = ''
··· 63 64 postInstall = '' 65 installManPage doc/udiskie.8 66 + 67 + installShellCompletion \ 68 + --bash completions/bash/* \ 69 + --zsh completions/zsh/* 70 ''; 71 72 preFixup = ''