post_install() {
	cat <<EOF
	>> To enable zsh-autoquoter, source the plugin:
	source /usr/share/zsh/plugins/zsh-autoquoter.plugin.zsh

EOF
}

post_upgrade() {
	post_install
}

post_remove() {
	printf "\t>> Don't forget to remove the hook from your shell rc-file\n"
}
