summarylogtreecommitdiffstats
path: root/retoswap.install
blob: f403d0bc2d32a8ef2badea85f189f1ceecc01b8d (plain)
1
2
3
4
5
6
7
8
post_upgrade() {
	echo ">>    The Reto network is unofficial. Do not trade more than you're"
	echo ">>    willing to lose!"
}

post_install() {
	post_upgrade
}