diff options
-rw-r--r-- | debian/nslcd.postrm | 2 |
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# |