#!/bin/sh

set -e

if [ -x /usr/sbin/lpd ]; then
	start-stop-daemon --stop --quiet --oknodo --name lpd --exec /usr/sbin/lpd
fi

#DEBHELPER#
