summarylogtreecommitdiffstats
path: root/diffview.install
diff options
context:
space:
mode:
Diffstat (limited to 'diffview.install')
-rw-r--r--diffview.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/diffview.install b/diffview.install
new file mode 100644
index 000000000000..7f9f44a7bb01
--- /dev/null
+++ b/diffview.install
@@ -0,0 +1,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."
+}