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, 0 insertions, 4 deletions
diff --git a/network/krb5/doinst.sh b/network/krb5/doinst.sh
deleted file mode 100644
index 56812592ca..0000000000
--- a/network/krb5/doinst.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-# 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