summarylogtreecommitdiffstats
path: root/haveno-reto.install
diff options
context:
space:
mode:
authorDuje Mihanović2024-05-30 10:37:25 +0200
committerDuje Mihanović2024-05-30 10:40:16 +0200
commit0ff1c928ceeeea3bfb641ff771716798c9520a72 (patch)
treedadd411c33f85dd929fad4cbf5898dc31aa63ad2 /haveno-reto.install
parent11bc844170e99388d0008ede0f1f5f4e0349f534 (diff)
downloadaur-0ff1c928ceeeea3bfb641ff771716798c9520a72.tar.gz
Convert to Reto network
Diffstat (limited to 'haveno-reto.install')
-rw-r--r--haveno-reto.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/haveno-reto.install b/haveno-reto.install
new file mode 100644
index 000000000000..13b593f9581a
--- /dev/null
+++ b/haveno-reto.install
@@ -0,0 +1,12 @@
+post_upgrade() {
+ echo ">> There have been reports of trades and XMR being lost after"
+ echo ">> upgrades. See https://reddit.com/r/Monero/comments/1d07xa5"
+ echo ">> and https://reddit.com/r/Monero/comments/1d1d5s0 for more."
+ echo ">>"
+ echo ">> The Reto network is unofficial. Do not trade more than you're"
+ echo ">> willing to lose!"
+}
+
+post_install() {
+ post_upgrade
+}