diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-04-19 21:59:10 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-04-19 21:59:10 +0200 |
commit | c77f52a547a3691b375b33ee86225d2f5b854205 (patch) | |
tree | 39459bb222572b7dc109bb065a01111f47151bc3 /debian/libnss-ldapd.postrm | |
parent | bc01b71ebbe80e3d0544f9e8c429d546380421f6 (diff) |
first attempt at splitting installation into three packages
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@838 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian/libnss-ldapd.postrm')
-rw-r--r-- | debian/libnss-ldapd.postrm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/libnss-ldapd.postrm b/debian/libnss-ldapd.postrm index 6fa4004..e4ccb49 100644 --- a/debian/libnss-ldapd.postrm +++ b/debian/libnss-ldapd.postrm @@ -2,17 +2,6 @@ set -e -CONFFILE="/etc/nss-ldapd.conf" - -# remove /var/run/nslcd directory -rm -rf /var/run/nslcd - -# remove our configuration file (not a conffile) on purge manually -if [ "$1" = "purge" ] -then - rm -f "$CONFFILE" -fi - # call ldconfig to signal the removal of our NSS library if [ "$1" = "remove" ] then |