blob: 4a62e20af29b11933d31c2f900e82b982e14b87e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
cat << _EOF_
-------------------------------------------------------------
If you get a libhdb.so error when running trn, set
your LD_LIBRARY_PATH:
export LD_LIBRARY_PATH=/usr/heimdal/lib:\$LD_LIBRARY_PATH
on the command line, and/or in your shell's rc script.
-------------------------------------------------------------
_EOF_
}
|