~hipl-core/hipl/hipv2-dh-ecdh

1
2
3
4
5
6
7
8
#!/bin/sh -e

. /usr/share/debconf/confmodule

if pidof dnsmasq > /dev/null; then
    db_input high hipl-dnsproxy/dnsmasq || true
    db_go || true
fi