summarylogtreecommitdiffstats
path: root/pqr.install
blob: 9686cff249ec301e09e59e2ea5dfd898ee9be5aa (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
}