import 1.12-1etch1
This commit is contained in:
commit
c577ec8612
15 changed files with 346 additions and 0 deletions
6
postrm
Normal file
6
postrm
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ "$1" = "purge" ] ; then
|
||||
update-rc.d dns-flood-detector remove >/dev/null || exit $?
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue