diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 05:31:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 05:31:47 +0000 |
commit | f2f4f7c4b42b0eed0f9f81610e7ef4e93f943dfb (patch) | |
tree | 9cca076b3df5ba0f64e1338da8ea5dcbf5fa5713 /debian/sssd-proxy.postinst | |
parent | Adding upstream version 2.9.4. (diff) | |
download | sssd-f2f4f7c4b42b0eed0f9f81610e7ef4e93f943dfb.tar.xz sssd-f2f4f7c4b42b0eed0f9f81610e7ef4e93f943dfb.zip |
Adding debian version 2.9.4-1.debian/2.9.4-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/sssd-proxy.postinst')
-rw-r--r-- | debian/sssd-proxy.postinst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/sssd-proxy.postinst b/debian/sssd-proxy.postinst new file mode 100644 index 0000000..3a34f2e --- /dev/null +++ b/debian/sssd-proxy.postinst @@ -0,0 +1,12 @@ +#!/bin/sh +set -e + +LIBDIR=/usr/libexec/sssd + +case "$1" in + configure) + chmod 0750 $LIBDIR/proxy_child + ;; +esac + +#DEBHELPER# |