From c77f52a547a3691b375b33ee86225d2f5b854205 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 19 Apr 2009 19:59:10 +0000 Subject: 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 --- debian/libnss-ldapd.postrm | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'debian/libnss-ldapd.postrm') 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 -- cgit v1.2.3