summarylogtreecommitdiffstats
path: root/dogecoin-daemon.install
diff options
context:
space:
mode:
Diffstat (limited to 'dogecoin-daemon.install')
-rw-r--r--dogecoin-daemon.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/dogecoin-daemon.install b/dogecoin-daemon.install
deleted file mode 100644
index f622d898bd50..000000000000
--- a/dogecoin-daemon.install
+++ /dev/null
@@ -1,10 +0,0 @@
-
-post_upgrade(){
-
- if [[ "$(vercmp $2 1.10)" -lt 0 ]]; then
- echo ":: Major version update, -reindex required."
- echo " https://github.com/dogecoin/dogecoin/releases/tag/v1.10.0"
- fi
-
-}
-