chiark / gitweb /
FHS patches from Bas Zoetekouw <bas@debian.org> (#91112, #91376, #91387)
[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