From: Florian Eckert Date: Wed, 16 Sep 2020 13:40:58 +0000 (+0200) Subject: ddns-scripts: remove not needed prinst script X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4f6614c41dd58c8c64d227637d271c5cac42cf5b;p=openwrt-packages.git ddns-scripts: remove not needed prinst script Signed-off-by: Florian Eckert --- diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index c856a422b..d432364e1 100755 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -175,14 +175,6 @@ define Build/Compile endef -###### ************************************************************************* -define Package/ddns-scripts/preinst - #!/bin/sh - # if NOT run buildroot then stop service - [ -z "$${IPKG_INSTROOT}" ] && /etc/init.d/ddns stop >/dev/null 2>&1 - exit 0 # suppress errors -endef - define Package/ddns-scripts/install $(INSTALL_DIR) $(1)/etc/hotplug.d/iface $(INSTALL_BIN) $(PKG_BUILD_DIR)/files/ddns.hotplug $(1)/etc/hotplug.d/iface/95-ddns