summarylogtreecommitdiffstats
path: root/fisher-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'fisher-git.install')
-rw-r--r--fisher-git.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/fisher-git.install b/fisher-git.install
new file mode 100644
index 000000000000..eaa05da1ef35
--- /dev/null
+++ b/fisher-git.install
@@ -0,0 +1,17 @@
+function post_install {
+ echo "
+If you upgraded fisherman from a pre-2.x release, you need to migrate your configuration.
+You will have to install all your plugins manually again.
+"
+}
+
+function post_upgrade {
+ post_install
+}
+
+function post_remove {
+ echo "
+Remember that your plugins and Fisherman config still reside in your home directory,
+usually ~/.config/fish/.
+"
+}