summarylogtreecommitdiffstats
path: root/ucsc-kent-genome-tools.install
blob: e977b86f556cc66ebdfee776388ca5456ea542cf (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
   echo
   echo "To enable access to the UCSC SQL database, run the following for each user:"
   echo "cp /opt/kentUtils/.hg.conf ~/."
   echo "chmod 600 ~/.hg.conf"
   echo
   echo "To use the tools, log out and log back in to use the tools, or run"
   echo "source /etc/profile"
   echo "To enable them immediately"
   echo
}