some fixies
This commit is contained in:
parent
2e5faaf8b7
commit
d8b655fb9a
8
debian/prerm
vendored
Normal file
8
debian/prerm
vendored
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue