diff options
author | Luis Martinez | 2021-12-27 10:07:19 -0600 |
---|---|---|
committer | Luis Martinez | 2021-12-27 10:07:19 -0600 |
commit | f95db1b3a83a1430f4892efae803bf1e0ca885ca (patch) | |
tree | afe016734911f986077472d96f8667cbc8b99b4e /sidebar.install | |
download | aur-neovim-sidebar-git.tar.gz |
initial commit
Diffstat (limited to 'sidebar.install')
-rw-r--r-- | sidebar.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sidebar.install b/sidebar.install new file mode 100644 index 000000000000..3363655e6686 --- /dev/null +++ b/sidebar.install @@ -0,0 +1,9 @@ +post_install() { + echo ':: This plugin requires manual setup.' + echo ':: Consult upstream documentation for more information.' + echo ':: A copy has been installed under /usr/share/doc/neovim-sidebar-git/README.md for your reference.' +} + +post_remove() { + echo ':: Remember to remove all references to this plugin from your init scripts.' +} |