Files
ports/dns/nextdns/pkg-deinstall
T
Olivier Cochard b5c3e0693e New port: dns/nextdns
NextDNS client:  DNS53 to DNS over HTTPS proxy

WWW: https://github.com/nextdns/nextdns

PR:		242752
Submitted by:	Olivier Poitrey <rs@nextdns.io>
2020-01-18 01:21:44 +00:00

11 lines
161 B
Bash

#!/bin/sh
if [ x"$2" != x"DEINSTALL" ]; then
exit 0
fi
${PKG_PREFIX}/nextdns uninstall >/dev/null 2>/dev/null
rm -f ${PKG_PREFIX}/etc/nextdns.conf
exit 0