summarylogtreecommitdiffstats
path: root/pqr.install
blob: 2422428fd99a780af3ffafec11d4bd8274d8cf02 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo "pqR has been installed to /opt/pqr"
    echo "to use with RStudio set your environment variables like: export RSTUDIO_WHICH_R='/opt/pqr/bin/R'"
}

post_upgrade() {
    post_install()
}