summarylogtreecommitdiffstats
path: root/sidebar.install
diff options
context:
space:
mode:
authorLuis Martinez2021-12-27 10:07:19 -0600
committerLuis Martinez2021-12-27 10:07:19 -0600
commitf95db1b3a83a1430f4892efae803bf1e0ca885ca (patch)
treeafe016734911f986077472d96f8667cbc8b99b4e /sidebar.install
downloadaur-neovim-sidebar-git.tar.gz
initial commit
Diffstat (limited to 'sidebar.install')
-rw-r--r--sidebar.install9
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.'
+}