summarylogtreecommitdiffstats
path: root/monero-gui-bin.install
blob: b169117035c0250a8691a5ee41493697ae5f2463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	echo "********************************************"
        echo "WARNING: Make sure you're using Ledger app 1.2.0 if you're using Ledger with this; otherwise you risk loss of funds"
	echo "********************************************"
}

post_upgrade() {
        echo "********************************************"
        echo "WARNING: Make sure you're using Ledger app 1.2.0 if you're using Ledger with this; otherwise you risk loss of funds"
        echo "********************************************"
}

post_remove() {
	:
}