1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
post_install() { cat << EOF ==> File to source is /usr/lib/zsh-git-prompt/zshrc.sh EOF } post_remove() { cat << EOF ==> Please make sure your zsh config no longer sources /usr/lib/zsh-git-prompt/zshrc.sh EOF }