From 4f6614c41dd58c8c64d227637d271c5cac42cf5b Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 16 Sep 2020 15:40:58 +0200 Subject: [PATCH] ddns-scripts: remove not needed prinst script Signed-off-by: Florian Eckert --- net/ddns-scripts/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index c856a422b9..d432364e12 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 -- 2.30.2