summarylogtreecommitdiffstats
path: root/fisher-git.install
diff options
context:
space:
mode:
authorSefa Eyeoglu2021-03-26 08:42:21 +0100
committerSefa Eyeoglu2021-03-26 08:42:21 +0100
commitafcfc680b90a6e1c606d672a67a99ee5663c28cd (patch)
tree3db6759d1c599d62e50603d03ce0fbc40fa4aee2 /fisher-git.install
parent58c02224117bf288174b1a30375200ceb3d454f0 (diff)
downloadaur-afcfc680b90a6e1c606d672a67a99ee5663c28cd.tar.gz
upgpkg: fisher-git 4.3.0.r0.g247b58e0d97c785e-1
upstream release Fix path of fisher.fish
Diffstat (limited to 'fisher-git.install')
-rw-r--r--fisher-git.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/fisher-git.install b/fisher-git.install
deleted file mode 100644
index 1f609d7fea7e..000000000000
--- a/fisher-git.install
+++ /dev/null
@@ -1,16 +0,0 @@
-function post_install {
- echo "
-If you upgraded from fisherman see the migration guide -> https://github.com/jorgebucaran/fisher/issues/450
-"
-}
-
-function post_upgrade {
- post_install
-}
-
-function post_remove {
- echo "
-Remember that your plugins and fisher config still reside in your home directory,
-usually ~/.config/fish/.
-"
-}