diff options
author | Luis Martinez | 2021-06-10 00:42:57 -0500 |
---|---|---|
committer | Luis Martinez | 2021-06-10 00:42:57 -0500 |
commit | 851aab31be8f19ed3eb3adf8080b953b26db2084 (patch) | |
tree | eca85893f30699c5d67f67017c484e1d979fa260 /neovim-lastplace-git.install | |
download | aur-851aab31be8f19ed3eb3adf8080b953b26db2084.tar.gz |
initial commit
Diffstat (limited to 'neovim-lastplace-git.install')
-rw-r--r-- | neovim-lastplace-git.install | 8 |
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!" +} |