mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
ddns-scripts: remove not needed prinst script
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -175,14 +175,6 @@ define Build/Compile
|
|||||||
endef
|
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
|
define Package/ddns-scripts/install
|
||||||
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
|
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/files/ddns.hotplug $(1)/etc/hotplug.d/iface/95-ddns
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/files/ddns.hotplug $(1)/etc/hotplug.d/iface/95-ddns
|
||||||
|
|||||||
Reference in New Issue
Block a user