#!/bin/sh action=$1 # remove our configuration file (not a conffile) on purge manually if [ "$action" = "purge" ] then rm -f /etc/libnss-ldapd.conf fi #DEBHELPER#