some fixies

This commit is contained in:
Jan Wagner 2006-11-09 22:05:11 +00:00
parent 2e5faaf8b7
commit d8b655fb9a

8
debian/prerm vendored Normal file
View file

@ -0,0 +1,8 @@
#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -x "/etc/init.d/dns-flood-detector" ]; then
/etc/init.d/dns-flood-detector stop || exit $?
fi
# End automatically added section