summarylogtreecommitdiffstats
path: root/neovim-lastplace-git.install
diff options
context:
space:
mode:
authorLuis Martinez2021-06-10 00:42:57 -0500
committerLuis Martinez2021-06-10 00:42:57 -0500
commit851aab31be8f19ed3eb3adf8080b953b26db2084 (patch)
treeeca85893f30699c5d67f67017c484e1d979fa260 /neovim-lastplace-git.install
downloadaur-851aab31be8f19ed3eb3adf8080b953b26db2084.tar.gz
initial commit
Diffstat (limited to 'neovim-lastplace-git.install')
-rw-r--r--neovim-lastplace-git.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/neovim-lastplace-git.install b/neovim-lastplace-git.install
new file mode 100644
index 000000000000..047d3aecc018
--- /dev/null
+++ b/neovim-lastplace-git.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo ':: Please consult upstream documentation on how to set up this plugin.'
+ echo ':: A copy has been installed under /usr/share/doc/neovim-lastplace-git/README.md.'
+}
+
+post_remove() {
+ echo ":: Don't forget to remove your require statements before uninstalling!"
+}