lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit f5e3d3f743c01d117e54846db43a8c560420831f
parent 463ed88dde82f162b6a6d33acf7d510bb96c32e1
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Tue, 27 Sep 2016 10:12:24 +0200

ddns-scripts: remove postinst (of main package) from Makefile

remove postinst (of main package) from Makefile because all is done inside uci-defaults scripts

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>

Diffstat:
Mnet/ddns-scripts/Makefile | 13-------------
1 file changed, 0 insertions(+), 13 deletions(-)

diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile @@ -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