From a03d9151a39c2875d761b5b0f89675150546925e Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 19 Dec 2006 11:53:05 +0000 Subject: change default configuration file name to /etc/nss-ldapd.conf git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@179 ef36b2f9-881f-0410-afb5-c4e39611909c --- debian/libnss-ldapd.postrm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/libnss-ldapd.postrm') diff --git a/debian/libnss-ldapd.postrm b/debian/libnss-ldapd.postrm index 8a1da8f..33bab84 100644 --- a/debian/libnss-ldapd.postrm +++ b/debian/libnss-ldapd.postrm @@ -1,11 +1,11 @@ #!/bin/sh -action=$1 +CONFFILE="/etc/nss-ldapd.conf" # remove our configuration file (not a conffile) on purge manually -if [ "$action" = "purge" ] +if [ "$1" = "purge" ] then - rm -f /etc/libnss-ldapd.conf + rm -f "$CONFFILE" fi #DEBHELPER# -- cgit v1.2.3