While here, fix a bug to correctly remove the RC script. Approved by: rs@nextdns.io (maintainer)
6 lines
79 B
Bash
6 lines
79 B
Bash
#!/bin/sh
|
|
|
|
${PKG_PREFIX}/sbin/nextdns uninstall >/dev/null 2>/dev/null
|
|
|
|
exit 0
|