summarylogtreecommitdiffstats
path: root/neovim-octo-git.install
blob: 36df80ecdb0857a66e0aebf5529665e9e7cfb9ae (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo ':: This plugin requires manual setup.'
	echo ':: Please consult upstream documentation for information on how.'
	echo ':: A copy has been installed under /usr/share/doc/neovim-octo-git/README.md for your reference.'
}

post_remove() {
	echo ":: Don't forget to remove all references to this plugin in your init scripts!"
}