summarylogtreecommitdiffstats
path: root/neoclip.install
blob: fe4159d75a3fc23e36ee91ddfcef62eaddb1baf3 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo ':: This plugin requires manual setup.'
	echo ':: Please consult upstream documentation for instructions.'
	echo ':: A copy was installed under /usr/share/doc/neovim-neoclip-git for your reference.'
}

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