#!/bin/sh -e
#DEBHELPER#
COMPAT_PID=/var/run/dwun-log.pid
if [ -L "$COMPAT_PID" ]; then
	rm -f "$COMPAT_PID"
fi
