Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/nslcd.postrm2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/nslcd.postrm b/debian/nslcd.postrm
index 52ab6de..7bdbd9a 100644
--- a/debian/nslcd.postrm
+++ b/debian/nslcd.postrm
@@ -11,7 +11,7 @@ rm -rf /var/run/nslcd
# remove our configuration file (not a conffile) on purge manually
if [ "$1" = "purge" ]
then
- rm -f "$CONFFILE" "$OOCONFFILE"
+ rm -f "$CONFFILE" "$OCONFFILE"
fi
#DEBHELPER#