chiark / gitweb /
Cope with programs which set SIGCHLD to SIG_IGN. (We assume they don't manipulate...
[authbind.git] / debian / postrm
1 #!/bin/sh
2 set -e
3 if test "$1" = purge
4 then
5         rm -rf /etc/authbind
6 fi