summarylogtreecommitdiffstats
path: root/solana-testnet.install
blob: 091461664c3ceb2d97a39eacd36426f3cf2bdcd3 (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo "Add yourself to the solana group to be able to install"
    echo "dependencies when using cargo-build-bpf"
}

post_remove() {
    rm -rf /usr/lib/solana
}