diff --git a/DEBIAN/postinst b/DEBIAN/postinst deleted file mode 100755 index c615ae6..0000000 --- a/DEBIAN/postinst +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -# set -e - -# . /usr/share/debconf/confmodule - -# db_get alice-auth/ldap-bind-password -# CONFIG=/etc/sssd/sssd.conf - -# echo $RET - -# if [ ! -f "$CONFIG" ]; then -# echo "Error: Configuration file $CONFIG does not exist." -# exit 9 -# fi -# -# sed -i "s/ldap_default_authtok =.*/ldap_default_authtok = $RET/" $CONFIG