post_install() {

imdl completions -s bash > /data/data/com.termux/files/usr/share/bash-completion/completions/imdl
imdl completions -s elvish > /data/data/com.termux/files/usr/share/elvish/lib/imdl.elv
imdl completions -s fish > /data/data/com.termux/files/usr/share/fish/vendor_completions.d/imdl.fish
imdl completions -s zsh > /data/data/com.termux/files/usr/share/zsh/site-functions/_imdl
}
post_upgrade() {
post_install
}
