chiark / gitweb /
sort out Closes: in changelog; changelog entry for DEB_BUILD_OPTIONS=nostrip
[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