ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/sssd-krb5-common.postinst

14 lines
144 B
Bash
Executable File

#!/bin/sh
set -e
LIBDIR=/usr/libexec/sssd
case "$1" in
configure)
chmod 0750 $LIBDIR/krb5_child $LIBDIR/ldap_child
;;
esac