summarylogtreecommitdiffstats
path: root/solana.install
blob: bad75a2817ee6645d2d550fb7becfcd686efa61f (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
}