summarylogtreecommitdiffstats
path: root/henplus.install
blob: 8a734f272d14727825a5d23cb0a47e6e1d61dd71 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
cat << 'EOM'
  ==> PLEASE NOTE:
  ==>
  ==> Henplus looks for JDBC drivers in the following directories:
  ==> /usr/lib/java/henplus
  ==> ~/.henplus/jdbc
EOM
}