ddns-scripts: remove postinst (of main package) from Makefile 3223/head
authorChristian Schoenebeck <christian.schoenebeck@gmail.com>
Tue, 27 Sep 2016 08:12:24 +0000 (10:12 +0200)
committerChristian Schoenebeck <christian.schoenebeck@gmail.com>
Tue, 27 Sep 2016 08:12:24 +0000 (10:12 +0200)
remove postinst (of main package) from Makefile because all is done inside uci-defaults scripts

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
net/ddns-scripts/Makefile

index 9975e18522f59eb284cdd8c2b094e1ec8baa5262..5d4c57a90149c9ba22f80ee344b172175f7b4dce 100755 (executable)
@@ -129,19 +129,6 @@ define Package/$(PKG_NAME)/install
        $(INSTALL_DATA) $(PKG_BUILD_DIR)/files/services* $(1)/usr/lib/ddns
        $(INSTALL_BIN)  $(PKG_BUILD_DIR)/files/dynamic_*.sh $(1)/usr/lib/ddns
 endef
-define Package/$(PKG_NAME)/postinst
-       #!/bin/sh
-       # if run within buildroot exit
-       [ -n "$${IPKG_INSTROOT}" ] && exit 0
-
-       # apply changes introduced during release changes
-       /etc/uci-defaults/ddns
-
-       # clear LuCI indexcache
-       rm -f /tmp/luci-indexcache >/dev/null 2>&1
-
-       exit 0
-endef
 define Package/$(PKG_NAME)/prerm
        #!/bin/sh
        # if run within buildroot exit