summarylogtreecommitdiffstats
path: root/test.install
blob: fd62e2e00e6d728fe7e8f18974f18b11b3779fff (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo ':: This plugin requires manual setup.'
	echo ':: Consult upstream documentation for more information.'
	echo ':: A copy has been installed under /usr/share/doc/vim-test-git/README.md for your reference.'
}

post_remove() {
	echo ':: Remember to remove all references to this plugin from your init scripts.'
}