post_install() {
echo
echo "********"
echo "Starting from version 4.0, Alist has been replaced by OpenList. To ensure"
echo "compatibility, a symbolic link from openlist to alist currently exists."
echo "It may be removed in the future. Please migrate to OpenList accordingly."
echo "********"
echo

openlist completion bash > /data/data/com.termux/files/usr/share/bash-completion/completions/openlist.bash
openlist completion zsh > /data/data/com.termux/files/usr/share/zsh/site-functions/_openlist
openlist completion fish > /data/data/com.termux/files/usr/share/fish/vendor_completions.d/openlist.fish
}
