summarylogtreecommitdiffstats
path: root/neovim-lightbulb-git.install
diff options
context:
space:
mode:
authorLuis Martinez2021-06-20 12:54:13 -0500
committerLuis Martinez2021-06-20 13:02:50 -0500
commit011c68d38dc4e08fcc56775f9c14a77e28aa0c02 (patch)
tree151344db1143cd7c635e26c006180b64c9ae0f41 /neovim-lightbulb-git.install
parentbaa03c98643f42dfcffae60a96d18794954952db (diff)
downloadaur-011c68d38dc4e08fcc56775f9c14a77e28aa0c02.tar.gz
add .install script
Diffstat (limited to 'neovim-lightbulb-git.install')
-rw-r--r--neovim-lightbulb-git.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/neovim-lightbulb-git.install b/neovim-lightbulb-git.install
new file mode 100644
index 000000000000..30cbb8bd4ca0
--- /dev/null
+++ b/neovim-lightbulb-git.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo ':: This plugin requires manual setup.'
+ echo ':: Please consult upstream documentation for more information.'
+ echo ':: A copy has been installed under /usr/share/doc/neovim-lightbulb-git/README.md for your reference.'
+}
+
+post_remove() {
+ echo ":: Don't forget to remove all references to this plugin in your init scripts!"
+}