summaryrefslogtreecommitdiffstats
path: root/network/krb5/doinst.sh
blob: 56812592ca05ea8df8826f5376513ca3f0cfda39 (plain)
1
2
3
4
# Add kerberos libs to the library search path
if ! grep -q '^/usr/kerberos/lib$' etc/ld.so.conf ; then
  echo "/usr/kerberos/lib" >> etc/ld.so.conf
fi