summaryrefslogtreecommitdiffstats
path: root/network/krb5/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'network/krb5/doinst.sh')
-rw-r--r--network/krb5/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/network/krb5/doinst.sh b/network/krb5/doinst.sh
new file mode 100644
index 0000000000..56812592ca
--- /dev/null
+++ b/network/krb5/doinst.sh
@@ -0,0 +1,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