Open Source / Free Software developer
1 2 3 4 5 6 7 8 9 10 11
#!/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#