summarylogtreecommitdiffstats
path: root/xmrig-proxy.install
blob: 6897c85487974f44a71c403ce60991e4166bbca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    echo ""
    echo "Example config.json file is located at:"
    echo "  /usr/share/docs/xmrig-proxy/config.json.example"
    echo ""
    echo "Don't forget to use \`--config' when using xmrig-proxy."
    echo ""
}

post_upgrade() {
    post_install
}