blob: 7f9f44a7bb01cad0640d878410c93030b0d7e35b (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo ':: Please consult upstream documentation for information on how to manually set up this plugin.'
echo ':: A copy has been installed under /usr/share/doc/neovim-diffview-git/README.md for your convenience.'
}
post_remove() {
echo ":: Remember to remove all references to this plugin in your init scripts."
}
|