remove "automatic" comments
This commit is contained in:
parent
01117ff277
commit
ab7117f5d2
3
debian/prerm
vendored
3
debian/prerm
vendored
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
# Automatically added by dh_installinit
|
# work without debhelper since only kill stops the app (for now)
|
||||||
killall -9 dns-flood-detector
|
killall -9 dns-flood-detector
|
||||||
# End automatically added section
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue