blob: ca0e80493d3ab0a8e628caebf88d1f28460f29f5 (
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
}
|