import 1.12-1etch1

This commit is contained in:
Jan Wagner 2008-03-26 00:53:54 +00:00
commit c577ec8612
15 changed files with 346 additions and 0 deletions

6
postrm Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
set -e
if [ "$1" = "purge" ] ; then
update-rc.d dns-flood-detector remove >/dev/null || exit $?
fi