csb/krb5/doinst.sh
Willy Sudiarto Raharjo 04ce3d2a8b Initial Commit of Cinnamon SlackBuilds Repository.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
2014-04-09 11:29:35 +07:00

4 lines
152 B
Bash

# 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