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 63 64 64 postInstall = '' 65 65 installManPage doc/udiskie.8 66 + 67 + installShellCompletion \ 68 + --bash completions/bash/* \ 69 + --zsh completions/zsh/* 66 70 ''; 67 71 68 72 preFixup = ''