post_install() {
    nextdns install
}

post_remove() {
    if nextdns status > /dev/null 2>&1; then
        nextdns uninstall
    fi
}
