summarylogtreecommitdiffstats
path: root/cmp-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'cmp-git.install')
-rw-r--r--cmp-git.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmp-git.install b/cmp-git.install
new file mode 100644
index 000000000000..6a2ce11aa554
--- /dev/null
+++ b/cmp-git.install
@@ -0,0 +1,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/neovim-cmp_git-git/README.md for your reference.'
+}
+
+post_remove() {
+ echo ':: Remember to remove all references to this plugin from your init scripts.'
+}