summarylogtreecommitdiffstats
path: root/neovim-lastplace-git.install
blob: 047d3aecc018bd736e12f820f38dd72fb103d07d (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo ':: Please consult upstream documentation on how to set up this plugin.'
	echo ':: A copy has been installed under /usr/share/doc/neovim-lastplace-git/README.md.'
}

post_remove() {
	echo ":: Don't forget to remove your require statements before uninstalling!"
}