diff options
Diffstat (limited to 'network/heimdal/doinst.sh')
-rw-r--r-- | network/heimdal/doinst.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/network/heimdal/doinst.sh b/network/heimdal/doinst.sh index e47d56e71291..34f71599e5e4 100644 --- a/network/heimdal/doinst.sh +++ b/network/heimdal/doinst.sh @@ -28,8 +28,4 @@ config var/heimdal/kdc.conf-sample.new config etc/profile.d/heimdal.sh.new config etc/profile.d/heimdal.csh.new -# Add heimdal libs to the library search path -if ! grep -q '^/usr/heimdal/lib$' etc/ld.so.conf ; then - echo "/usr/heimdal/lib" >> etc/ld.so.conf -fi |