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

post_upgrade() {
    post_install
}