post_install() {
/data/data/com.termux/files/usr/bin/step completion bash > /data/data/com.termux/files/usr/share/bash-completion/completions/step
/data/data/com.termux/files/usr/bin/step completion zsh > /data/data/com.termux/files/usr/share/zsh/site-functions/_step
/data/data/com.termux/files/usr/bin/step completion fish > /data/data/com.termux/files/usr/share/fish/vendor_completions.d/step.fish
exit 0
}
pre_remove() {
rm -f /data/data/com.termux/files/usr/share/bash-completion/completions/step
rm -f /data/data/com.termux/files/usr/share/zsh/site-functions/_step
rm -f /data/data/com.termux/files/usr/share/fish/vendor_completions.d/step.fish
exit 0
}
