summarylogtreecommitdiffstats
path: root/turtlecoin-git.install
blob: 9f0ceb076caf8e4146fd801f3b2c6a66ea4840b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
binary_message() {
    echo "To prevent problems with software of other coins the binaries for this package are as follows:"
    echo "  miner           => trtl-miner"
    echo "  zedwallet       => trtl-zedwallet"
    echo "  wallet-api      => trtl-wallet-api"
    echo "  TurtleCoind     => unchanged"
    echo
}

post_install() {
    binary_message
}

post_upgrade() {
    binary_message
}