#!/bin/sh

if [ "$1" = "install" ]; then
        /etc/init.d/sysklogd.syslog-ng stop
        /etc/init.d/syslog-ng start
fi

#DEBHELPER#

exit 0
