#!/bin/sh -e
#DEBHELPER#
if ( grep -q '/var/run/dwun-log\.pid' /etc/dwunrc ); then
        ( cd /var/run && ln -s dwun-log.pid dwunlog.pid )
fi
