Rework LuCI build system
[project/luci.git] / applications / luci-ddns / ipkg / postinst-pkg
diff --git a/applications/luci-ddns/ipkg/postinst-pkg b/applications/luci-ddns/ipkg/postinst-pkg
deleted file mode 100644 (file)
index a2c13fa..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
-       ( . /etc/uci-defaults/luci-ddns ) && rm -f /etc/uci-defaults/luci-ddns
-       exit 0
-}