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

13 lines
125 B
Bash
Executable File

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