blob: dfe54f4bdc4115048df2ee430885bd1517dd1118 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo ':: This package requires manual activation.'
echo ':: Consult upstream documentation for instructions.'
echo ':: A copy of the README was installed into /usr/share/doc/neovim-due-git/'
}
post_remove() {
echo ":: Don't forget to remove all references to this plugin from your init scripts!"
}
|