Browse Source

ddns-scripts: remove not needed prinst script

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert 4 years ago
parent
commit
4f6614c41d
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      net/ddns-scripts/Makefile

+ 0
- 8
net/ddns-scripts/Makefile View File

@ -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


Loading…
Cancel
Save