chiark / gitweb /
Allow bind() to port 0 !
[authbind.git] / debian / postrm
1 #!/bin/sh
2 # $Id$
3 set -e
4 if test "$1" = purge
5 then
6         rm -rf /etc/authbind
7 fi