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