summarylogtreecommitdiffstats
path: root/turtlecoin-git.install
blob: ec118d4564f1238907adc31d71782c6ae960a301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
binary_message() {
    echo "To prevent problems with software of other coins the binaries for this package are as follows:"
    echo "  connectivity_tool => TC-connectivity_tool"
    echo "  miner => TC-miner"
    echo "  simplewallet => TC-simplewallet"
    echo "  walletd => TC-walletd"
    echo
}
post_install() {
    binary_message
}

post_upgrade() {
    binary_message
}