post_install() {
procs --gen-completion-out bash > /data/data/com.termux/files/usr/share/bash-completion/completions/procs
procs --gen-completion-out zsh > /data/data/com.termux/files/usr/share/zsh/site-functions/_procs
procs --gen-completion-out fish > /data/data/com.termux/files/usr/share/fish/vendor_completions.d/procs.fish
}
