From f2f4f7c4b42b0eed0f9f81610e7ef4e93f943dfb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 07:31:47 +0200 Subject: Adding debian version 2.9.4-1. Signed-off-by: Daniel Baumann --- debian/sssd-proxy.postinst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/sssd-proxy.postinst (limited to 'debian/sssd-proxy.postinst') 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# -- cgit v1.2.3