diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-12-09 16:38:04 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-12-09 16:38:04 +0100 |
commit | 0fb85fb3078e83db2b88b48a943ca05e2ab49903 (patch) | |
tree | d48254cf54075e2ea89e3b21319ecbc13c53b704 /applications/luci-ddns/ipkg/postinst-pkg | |
parent | 91532de6179704e4c69f1580274123f5956baf03 (diff) | |
parent | 61c6c67ae684b8ea9642dc5d6bdca4fead58d0c1 (diff) |
Merge pull request #262 from chris5560/master
luci-app-ddns: Update to support ddns-scripts 2.1.0-3
Diffstat (limited to 'applications/luci-ddns/ipkg/postinst-pkg')
-rw-r--r-- | applications/luci-ddns/ipkg/postinst-pkg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/applications/luci-ddns/ipkg/postinst-pkg b/applications/luci-ddns/ipkg/postinst-pkg index 938f746f70..a2c13fa34c 100644 --- a/applications/luci-ddns/ipkg/postinst-pkg +++ b/applications/luci-ddns/ipkg/postinst-pkg @@ -1,10 +1,5 @@ #!/bin/sh [ -n "${IPKG_INSTROOT}" ] || { - # luci updates are not in sync with ddns-script updates !!! - # needed because luci update might delete helper script - # copy dynamic_dns_helper.tmp.sh from ddns-scripts - cp -f /usr/lib/ddns/dynamic_dns_lucihelper.tmp.sh /usr/lib/ddns/dynamic_dns_lucihelper.sh - ( . /etc/uci-defaults/luci-ddns ) && rm -f /etc/uci-defaults/luci-ddns exit 0 } |