summarylogtreecommitdiffstats
path: root/ucsc-kent-genome-tools.install
diff options
context:
space:
mode:
authorGrey Christoforo2015-06-20 19:55:05 +0200
committerGrey Christoforo2015-06-20 19:55:05 +0200
commitfc48d1648e046d29ed31f6e3fa89e3a74efc0d00 (patch)
tree64abf9b8732b062f1679181e10bf4ec88b3e065d /ucsc-kent-genome-tools.install
downloadaur-fc48d1648e046d29ed31f6e3fa89e3a74efc0d00.tar.gz
Initial import
Diffstat (limited to 'ucsc-kent-genome-tools.install')
-rw-r--r--ucsc-kent-genome-tools.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/ucsc-kent-genome-tools.install b/ucsc-kent-genome-tools.install
new file mode 100644
index 000000000000..9b9a9213a8d3
--- /dev/null
+++ b/ucsc-kent-genome-tools.install
@@ -0,0 +1,13 @@
+## arg 1: the new package version
+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
+}
+