luci-app-ddns: Update to support ddns-scripts 2.1.0-3
[project/luci.git] / applications / luci-ddns / ipkg / postinst-pkg
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         ( . /etc/uci-defaults/luci-ddns ) && rm -f /etc/uci-defaults/luci-ddns
4         exit 0
5 }