summarylogtreecommitdiffstats
path: root/go-ipfs-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'go-ipfs-git.install')
-rw-r--r--go-ipfs-git.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/go-ipfs-git.install b/go-ipfs-git.install
deleted file mode 100644
index 2c98921d58af..000000000000
--- a/go-ipfs-git.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_upgrade() {
- OLD="$2"
- NEW="$1"
-
- if [ $(vercmp "0.4.3dev" "$OLD") -gt 0 ]; then
- echo
- echo " ################################################"
- echo " IPFS repo format hash changed."
- echo " You will have to run migrations tool."
- echo " See: https://github.com/ipfs/fs-repo-migrations/"
- echo " ################################################"
- fi
-}