#!/bin/sh

if [ -d /var/log/angie ]; then
	rmdir /var/log/angie 2>/dev/null || :
fi

exit 0
