Files
ports/dns/nextdns/pkg-pre-deinstall
Olivier Cochard 5313e0812b dns/nextdns: Update to 1.39.4
While here, fix a bug to correctly remove the RC script.
Approved by:	rs@nextdns.io (maintainer)
2023-05-15 19:01:40 +02:00

6 lines
79 B
Bash

#!/bin/sh
${PKG_PREFIX}/sbin/nextdns uninstall >/dev/null 2>/dev/null
exit 0