Open Source / Free Software developer
1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh CONFFILE="/etc/libnss-ldap.conf" PASSWDFILE="/etc/libnss-ldap.secret" action=$1 if [ "$action" = "purge" ]; then rm -f $CONFFILE $PASSWDFILE fi #DEBHELPER#