diff options
Diffstat (limited to 'community/nss-pam-ldapd/nss-pam-ldapd.install')
-rw-r--r-- | community/nss-pam-ldapd/nss-pam-ldapd.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/nss-pam-ldapd/nss-pam-ldapd.install b/community/nss-pam-ldapd/nss-pam-ldapd.install deleted file mode 100644 index a8b93f218..000000000 --- a/community/nss-pam-ldapd/nss-pam-ldapd.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - getent passwd nslcd >> /dev/null || useradd -r -M -d /var/run/nslcd -s /bin/false nslcd -} - -post_upgrade() { - getent passwd nslcd >> /dev/null || useradd -r -M -s /bin/false nslcd -} - -pre_remove() { - userdel nslcd >/dev/null 2>&1 || true -} - |