diff options
author | Luis Martinez | 2021-10-19 09:56:49 -0500 |
---|---|---|
committer | Luis Martinez | 2021-10-19 09:56:49 -0500 |
commit | fab258a1b17a7925780c18da1116fb4ee6d1277d (patch) | |
tree | f4b28b3b24573fe7b3f89f90ca3e84bc67f50d88 /staline.install | |
download | aur-fab258a1b17a7925780c18da1116fb4ee6d1277d.tar.gz |
initial commit
Diffstat (limited to 'staline.install')
-rw-r--r-- | staline.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/staline.install b/staline.install new file mode 100644 index 000000000000..5c21f12ca477 --- /dev/null +++ b/staline.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-staline-git/README.md for your reference.' +} + +post_remove() { + echo ':: Remember to remove all references to this plugin from your init scripts.' +} |