summarylogtreecommitdiffstats
path: root/xmrig.install
blob: 3ab7da1541a114ece841acd5cb36ec920e9fcfb0 (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/config.json.example"
    echo ""
    echo "Don't forget to use \`--config' when using xmrig."
    echo ""
}

post_upgrade() {
    post_install
}