#!/bin/sh
set -e
if test "$1" = purge
then
	rm -rf /etc/authbind
fi
